Changeset 999 for specdomain/trunk/src/specdomain/setup.py
- Timestamp:
- Jul 6, 2012 5:46:54 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
specdomain/trunk/src/specdomain/setup.py
r998 r999 14 14 requires = ['Sphinx>=0.6'] 15 15 16 # classifiers: http://pypi.python.org/pypi?%3Aaction=list_classifiers 17 16 18 setup( 17 19 name='sphinxcontrib-specdomain', 18 20 version=version, 19 #url='http://bitbucket.org/birkenfeld/sphinx-contrib', 21 url='https://subversion.xray.aps.anl.gov/bcdaext/specdomain/trunk/src/specdomain/', 22 #'http://bitbucket.org/birkenfeld/sphinx-contrib', 20 23 #download_url='http://pypi.python.org/pypi/sphinxcontrib-specdomain', 21 24 license='Argonne OPEN SOURCE LICENSE, see LICENSE file for details', … … 30 33 'Environment :: Web Environment', 31 34 'Intended Audience :: Developers', 32 'License :: OSI Approved :: BSD License',35 'License :: Free To Use But Restricted', 33 36 'Operating System :: OS Independent', 34 37 'Programming Language :: Python',
Note: See TracChangeset
for help on using the changeset viewer.