Changeset 87:a8519ecf8a1a for setup.py
Legend:
- Unmodified
- Added
- Removed
-
setup.py
r85 r87 1 1 #!/usr/bin/env python 2 3 # Copyright (c) 2009, Menno Smits 4 # Released subject to the New BSD License 5 # Please see http://en.wikipedia.org/wiki/BSD_licenses 6 2 7 3 8 # bootstrap setuptools if necessary … … 42 47 'Development Status :: 3 - Alpha', 43 48 'Intended Audience :: Developers', 44 'License :: OSI Approved :: GNU General Public License (GPL)',49 'License :: OSI Approved :: BSD License', 45 50 'Operating System :: OS Independent', 46 51 'Natural Language :: English',
