Skip to content

Commit 7332262

Browse files
committed
Try using setuptools only.
1 parent 9ab311a commit 7332262

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import setuptools
2-
from distutils.core import setup, Extension
1+
from setuptools import setup, Extension
32

43
_quickjs = Extension('_quickjs',
54
define_macros=[('CONFIG_VERSION', '"2019-07-09"')],
@@ -16,7 +15,7 @@
1615
author_email="[email protected]",
1716
name='quickjs',
1817
url='https://github.com/PetterS/quickjs',
19-
version='1.0.5',
18+
version='1.0.7',
2019
description='Wrapping the quickjs C library.',
2120
long_description=long_description,
2221
packages=["quickjs"],

0 commit comments

Comments
 (0)