File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 75
75
'setuptools-scm>1.5.4'
76
76
],
77
77
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
+
93
+ maintainer = 'Alistair Miles' ,
94
+ maintainer_email = '[email protected] ' ,
95
+ url = 'https://github.com/alimanfoo/zarr' ,
96
+ license = 'MIT' ,
78
97
)
You can’t perform that action at this time.
0 commit comments