We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a788b4 commit b5b3bd6Copy full SHA for b5b3bd6
1 file changed
setup.py
@@ -2,7 +2,7 @@
2
from setuptools import setup
3
from setuptools import find_packages
4
5
-package_name = 'skdaccess'
+package_name = 'scikit-dataaccess'
6
7
package_list = find_packages()
8
@@ -18,7 +18,7 @@
18
'scipy',
19
'setuptools',
20
'astropy>=1.1.2'],
21
- description = 'Sci-kit Data Access Package for accessing scientific data sets.',
+ description = 'Scikit Data Access Package for accessing scientific data sets.',
22
author = 'MITHAGI',
23
author_email='skdaccess@mit.edu',
24
classifiers=[
0 commit comments