You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
declare Python3 support in wheel and trove
This commit is contained in:
@@ -16,6 +16,13 @@ classifiers = ['Development Status :: 3 - Alpha',
|
|||||||
'Intended Audience :: Developers',
|
'Intended Audience :: Developers',
|
||||||
'Operating System :: OS Independent',
|
'Operating System :: OS Independent',
|
||||||
'Programming Language :: Python',
|
'Programming Language :: Python',
|
||||||
|
'Programming Language :: Python :: 2',
|
||||||
|
'Programming Language :: Python :: 2.6',
|
||||||
|
'Programming Language :: Python :: 2.7',
|
||||||
|
'Programming Language :: Python :: 3',
|
||||||
|
'Programming Language :: Python :: 3.3',
|
||||||
|
'Programming Language :: Python :: 3.4',
|
||||||
|
'Programming Language :: Python :: 3.5',
|
||||||
'Topic :: Software Development :: Debuggers',
|
'Topic :: Software Development :: Debuggers',
|
||||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||||
]
|
]
|
||||||
|
@@ -6,3 +6,6 @@ doc_files = README
|
|||||||
# USAGE.txt
|
# USAGE.txt
|
||||||
# doc/
|
# doc/
|
||||||
# examples/
|
# examples/
|
||||||
|
|
||||||
|
[bdist_wheel]
|
||||||
|
universal=1
|
||||||
|
4
setup.py
4
setup.py
@@ -1,9 +1,7 @@
|
|||||||
#! python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
"""Setup script for the 'uncompyle6' distribution."""
|
"""Setup script for the 'uncompyle6' distribution."""
|
||||||
|
|
||||||
from distutils.core import setup, Extension
|
|
||||||
|
|
||||||
# Get the package information used in setup().
|
# Get the package information used in setup().
|
||||||
# from __pkginfo__ import \
|
# from __pkginfo__ import \
|
||||||
# author, author_email, classifiers, \
|
# author, author_email, classifiers, \
|
||||||
|
Reference in New Issue
Block a user