Skip to content

Commit

Permalink
Change underscores to hyphens in scikit-spatial (setup)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Hynes committed Mar 5, 2019
1 parent 256f64e commit f61179e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
license="BSD license",
long_description=readme,
include_package_data=True,
keywords='scikit_spatial',
name='scikit_spatial',
keywords='scikit-spatial',
name='scikit-spatial',
packages=find_packages(exclude=['doc', 'tests']),
setup_requires=requirements_setup,
test_suite='tests',
tests_require=requirements_test,
url='https://github.com/ajhynes7/scikit_spatial',
url='https://github.com/ajhynes7/scikit-spatial',
version='0.1.0',
zip_safe=False,
)

0 comments on commit f61179e

Please sign in to comment.