comparison setup.py @ 4246:cc48c1541c7e 0.0

Fixes for pypi - increment version to 0.0
author Mads Kiilerich <madski@unity3d.com>
date Fri, 04 Jul 2014 15:58:04 +0200
parents 3315e9263a53
children 0484787f7e4d
comparison
equal deleted inserted replaced
4245:3315e9263a53 4246:cc48c1541c7e
75 75
76 dependency_links = [ 76 dependency_links = [
77 ] 77 ]
78 78
79 classifiers = [ 79 classifiers = [
80 'Development Status :: 4 - Beta' 80 'Development Status :: 4 - Beta',
81 'Environment :: Web Environment', 81 'Environment :: Web Environment',
82 'Framework :: Pylons', 82 'Framework :: Pylons',
83 'Intended Audience :: Developers', 83 'Intended Audience :: Developers',
84 'License :: OSI Approved :: GNU General Public License (GPL)', 84 'License :: OSI Approved :: GNU General Public License (GPL)',
85 'Operating System :: OS Independent', 85 'Operating System :: OS Independent',
86 'Programming Language :: Python', 86 'Programming Language :: Python',
87 'Programming Language :: Python :: 2.5', 87 'Programming Language :: Python :: 2.5',
88 'Programming Language :: Python :: 2.6', 88 'Programming Language :: Python :: 2.6',
89 'Programming Language :: Python :: 2.7', 89 'Programming Language :: Python :: 2.7',
90 'Topic :: Software Development :: Version Control',
90 ] 91 ]
91 92
92 93
93 # additional files from project that goes somewhere in the filesystem 94 # additional files from project that goes somewhere in the filesystem
94 # relative to sys.prefix 95 # relative to sys.prefix