declare Python3 support in wheel and trove

This commit is contained in:
Thomas Grainger
2016-04-18 10:38:22 +01:00
parent 2c7fcf9e62
commit 4ba2eb6981
3 changed files with 11 additions and 3 deletions

View File

@@ -1,9 +1,7 @@
#! python
#!/usr/bin/env python
"""Setup script for the 'uncompyle6' distribution."""
from distutils.core import setup, Extension
# Get the package information used in setup().
# from __pkginfo__ import \
# author, author_email, classifiers, \