Ignore:
Timestamp:
Jul 6, 2012 5:46:54 PM (11 years ago)
Author:
jemian
Message:

revise the packaging parts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • specdomain/trunk/src/specdomain/setup.py

    r998 r999  
    1414requires = ['Sphinx>=0.6']
    1515
     16# classifiers: http://pypi.python.org/pypi?%3Aaction=list_classifiers
     17
    1618setup(
    1719    name='sphinxcontrib-specdomain',
    1820    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',
    2023    #download_url='http://pypi.python.org/pypi/sphinxcontrib-specdomain',
    2124    license='Argonne OPEN SOURCE LICENSE, see LICENSE file for details',
     
    3033        'Environment :: Web Environment',
    3134        'Intended Audience :: Developers',
    32         'License :: OSI Approved :: BSD License',
     35        'License :: Free To Use But Restricted',
    3336        'Operating System :: OS Independent',
    3437        'Programming Language :: Python',
Note: See TracChangeset for help on using the changeset viewer.