Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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="petter.strandmark@gmail.com",
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)

AltStyle によって変換されたページ (->オリジナル) /