Add Python 3 classifiers and ignore __pycache__ dirs.
This commit is contained in:
parent
46d5c32e9f
commit
7047ec3178
1
setup.py
1
setup.py
|
|
@ -41,6 +41,7 @@ setup(
|
|||
'Development Status :: 4 - Beta',
|
||||
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Other',
|
||||
'Topic :: Software Development :: Interpreters',
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue