Skip to content

Commit 3c910cc

Browse files
Update setup.py
1 parent 49c3616 commit 3c910cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
exec(f.read(), version)
1717

1818
setup(
19-
name='SLAM',
19+
name='GEOSLAM',
2020
version=version['0.0.1'],
2121
description=('Seismo-Lineament Analysis Method'),
2222
long_description=long_description,
2323
author='Luke Pajer',
2424
author_email='luke.pajer@gmail.com',
25-
url='https://github.com/The-Geology-Guy/SLAM',
25+
url='https://github.com/The-Geology-Guy/GEOSLAM',
2626
license='MIT',
27-
packages=['SLAM'],
27+
packages=['GEOSLAM'],
2828
install_requires=[
2929
'pandas',
3030
'geopandas',

0 commit comments

Comments
 (0)