Add Python 3 classifiers and ignore __pycache__ dirs.
This commit is contained in:
@@ -10,3 +10,4 @@ venv
|
|||||||
build
|
build
|
||||||
Thun.egg-info
|
Thun.egg-info
|
||||||
dist
|
dist
|
||||||
|
__pycache__
|
||||||
@@ -41,6 +41,7 @@ setup(
|
|||||||
'Development Status :: 4 - Beta',
|
'Development Status :: 4 - Beta',
|
||||||
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
|
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
|
||||||
'Programming Language :: Python :: 2.7',
|
'Programming Language :: Python :: 2.7',
|
||||||
|
'Programming Language :: Python :: 3',
|
||||||
'Programming Language :: Other',
|
'Programming Language :: Other',
|
||||||
'Topic :: Software Development :: Interpreters',
|
'Topic :: Software Development :: Interpreters',
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user