Add Python 3 classifiers and ignore __pycache__ dirs.

This commit is contained in:
Simon Forman 2020-04-28 17:33:10 -07:00
parent 46d5c32e9f
commit 7047ec3178
2 changed files with 3 additions and 1 deletions

View File

@ -9,4 +9,5 @@ gnu-prolog/thun
venv venv
build build
Thun.egg-info Thun.egg-info
dist dist
__pycache__

View File

@ -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',
], ],