Add Python 3 classifiers and ignore __pycache__ dirs.
This commit is contained in:
parent
46d5c32e9f
commit
7047ec3178
|
|
@ -9,4 +9,5 @@ gnu-prolog/thun
|
||||||
venv
|
venv
|
||||||
build
|
build
|
||||||
Thun.egg-info
|
Thun.egg-info
|
||||||
dist
|
dist
|
||||||
|
__pycache__
|
||||||
1
setup.py
1
setup.py
|
|
@ -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',
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue