Changeset 336

Show
Ignore:
Timestamp:
11/13/08 14:45:55 (2 months ago)
Author:
mueller
Message:

added some (PyPI) classifiers to setup.py

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/setup.py

    r334 r336  
    2121    keywords = ('computational neuroscience', 'simulation', 'analysis', 'visualization', 'parameters'), 
    2222    url = "http://neuralensemble.org/NeuroTools", 
     23    classifiers = ['Development Status :: 3 - Alpha', 
     24                   'Environment :: Console', 
     25                   'License :: OSI Approved :: GNU General Public License (GPL)', 
     26                   'Operating System :: POSIX', 
     27                   'Topic :: Scientific/Engineering', 
     28                   'Topic :: Utilities', 
     29                  ], 
    2330     )