Skip to content

Commit 98c88ea

Browse files
Update repo references in setup.py
1 parent a19c652 commit 98c88ea

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

setup.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def read(*names, **kwargs):
2222
),
2323
author='NREL',
2424
author_email='[email protected]',
25-
url='https://github.com/NREL/python-geophires-x',
25+
url='https://github.com/NREL/GEOPHIRES-X',
2626
packages=find_packages('src'),
2727
package_dir={'': 'src'},
2828
py_modules=[path.stem for path in Path('src').glob('*.py')],
@@ -39,7 +39,6 @@ def read(*names, **kwargs):
3939
'Programming Language :: Python',
4040
'Programming Language :: Python :: 3',
4141
'Programming Language :: Python :: 3 :: Only',
42-
'Programming Language :: Python :: 3.7',
4342
'Programming Language :: Python :: 3.8',
4443
'Programming Language :: Python :: 3.9',
4544
'Programming Language :: Python :: 3.10',
@@ -54,9 +53,9 @@ def read(*names, **kwargs):
5453
'Private :: Do Not Upload',
5554
],
5655
project_urls={
57-
'Changelog': 'https://github.com/NREL/python-geophires-x/blob/master/CHANGELOG.rst',
58-
'Issue Tracker': 'https://github.com/NREL/python-geophires-x/issues',
59-
'Documentation': 'https://nrel.github.io/python-geophires-x-nrel/',
56+
'Changelog': 'https://github.com/NREL/GEOPHIRES-X/blob/master/CHANGELOG.rst',
57+
'Issue Tracker': 'https://github.com/NREL/GEOPHIRES-X/issues',
58+
'Documentation': 'https://nrel.github.io/GEOPHIRES-X/',
6059
},
6160
keywords=['geothermal'],
6261
python_requires='>=3.8',

0 commit comments

Comments
 (0)