Changeset 7607 for nappy/trunk
- Timestamp:
- 13/10/10 13:06:40 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
nappy/trunk/setup.py
r5902 r7607 1 """ 2 3 """ 1 # BSD Licence 2 # Copyright (c) 2010, Science & Technology Facilities Council (STFC) 3 # All rights reserved. 4 # 5 # See the LICENSE file in the source distribution of this software for 6 # the full license text. 4 7 5 8 from setuptools import setup, find_packages 6 9 7 setup(name='nappy', 8 #!TODO: Ag, comment on the version. I'm assuming this code will become 9 # 0.9.8 eventually. 10 version='0.9.8pre1', 10 setup( 11 name='nappy', 12 version='0.9.9', 11 13 12 #!TODO: metadata from Ag 13 description = 'NASA Ames Package in Python', 14 #long_description = __doc__, 15 #licence = '', 16 #keywords = '', 14 description = 'NASA Ames Processing in Python', 15 long_description = "A python package for reading/writing NASA Ames files, writing NASA Ames-style CSV files and converting to/from NetCDF (if CDMS enabled).", 16 keywords = 'Python CSV NASA Ames NetCDF convert CDMS', 17 17 author = 'Ag Stephens', 18 18 author_email = 'ag.stephens@stfc.ac.uk', 19 #url = '',19 url = 'http://proj.badc.rl.ac.uk/ndg/wiki/nappy', 20 20 #classifiers = [], 21 21 … … 36 36 ''', 37 37 38 38 )
Note: See TracChangeset
for help on using the changeset viewer.