We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49c3616 commit 3c910ccCopy full SHA for 3c910cc
setup.py
@@ -16,15 +16,15 @@
16
exec(f.read(), version)
17
18
setup(
19
- name='SLAM',
+ name='GEOSLAM',
20
version=version['0.0.1'],
21
description=('Seismo-Lineament Analysis Method'),
22
long_description=long_description,
23
author='Luke Pajer',
24
author_email='luke.pajer@gmail.com',
25
- url='https://github.com/The-Geology-Guy/SLAM',
+ url='https://github.com/The-Geology-Guy/GEOSLAM',
26
license='MIT',
27
- packages=['SLAM'],
+ packages=['GEOSLAM'],
28
install_requires=[
29
'pandas',
30
'geopandas',
0 commit comments