Skip to content

Commit c4cd220

Browse files
committed
add metadata
1 parent 8263d3e commit c4cd220

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

setup.py

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,23 @@
7575
'setuptools-scm>1.5.4'
7676
],
7777
ext_modules=ext_modules,
78+
classifiers=[
79+
'Development Status :: 2 - Pre-Alpha',
80+
'Intended Audience :: Developers',
81+
'Intended Audience :: Information Technology',
82+
'Intended Audience :: Science/Research',
83+
'License :: OSI Approved :: MIT License',
84+
'Programming Language :: Python',
85+
'Topic :: Software Development :: Libraries :: Python Modules',
86+
'Operating System :: Unix',
87+
'Programming Language :: Python :: 3',
88+
'Programming Language :: Python :: 3.4',
89+
'Programming Language :: Python :: 3.5',
90+
],
91+
author='Alistair Miles',
92+
author_email='[email protected]',
93+
maintainer='Alistair Miles',
94+
maintainer_email='[email protected]',
95+
url='https://github.com/alimanfoo/zarr',
96+
license='MIT',
7897
)

0 commit comments

Comments
 (0)