Updated version and add trove classifiers.
This commit is contained in:
parent
3712799ee0
commit
6b9cabb92e
1 changed files with 11 additions and 1 deletions
12
setup.py
12
setup.py
|
@ -24,7 +24,7 @@ from distutils.command.register import register
|
|||
from distutils import util
|
||||
from distutils.file_util import write_file
|
||||
|
||||
AppVersion = '1.11'
|
||||
AppVersion = '1.12'
|
||||
AppName = 'Dosage'
|
||||
|
||||
py_excludes = ['doctest', 'unittest', 'Tkinter', 'pdb',
|
||||
|
@ -419,6 +419,16 @@ args = dict(
|
|||
options = {
|
||||
"py2exe": py2exe_options,
|
||||
},
|
||||
classifiers = [
|
||||
'Environment :: Console',
|
||||
'Intended Audience :: End Users/Desktop',
|
||||
'Topic :: Multimedia :: Graphics',
|
||||
'Topic :: Internet :: WWW/HTTP',
|
||||
'Development Status :: 4 - Beta',
|
||||
'License :: OSI Approved :: GNU General Public License (GPL)',
|
||||
'Programming Language :: Python',
|
||||
'Operating System :: OS Independent',
|
||||
],
|
||||
)
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Loading…
Reference in a new issue