Skip to content

Commit 01f59d3

Browse files
committed
Fill out setup.py.
Steal from traits' setup.py...
1 parent f4197dc commit 01f59d3

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

setup.py

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,23 @@
2424
'packages': find_packages(),
2525
'install_requires': install_requires,
2626
'long_description': open('README.rst').read(),
27+
'url': 'https://github.com/enthought/distarray',
28+
'license': 'BSD',
29+
'platforms': ["Linux" "Mac OS-X"],
30+
'classifiers': [c.strip() for c in """\
31+
Development Status :: 2 - Pre-Alpha
32+
Intended Audience :: Developers
33+
Intended Audience :: Science/Research
34+
License :: OSI Approved :: BSD License
35+
Operating System :: MacOS
36+
Operating System :: OS Independent
37+
Operating System :: POSIX
38+
Operating System :: Unix
39+
Programming Language :: Python
40+
Topic :: Scientific/Engineering
41+
Topic :: Software Development
42+
Topic :: Software Development :: Libraries
43+
""".splitlines() if len(c.strip()) > 0],
2744
}
2845

2946
setup(**metadata)

0 commit comments

Comments
 (0)