@@ -22,7 +22,7 @@ def read(*names, **kwargs):
22
22
),
23
23
author = 'NREL' ,
24
24
25
- url = 'https://github.com/NREL/python-geophires-x ' ,
25
+ url = 'https://github.com/NREL/GEOPHIRES-X ' ,
26
26
packages = find_packages ('src' ),
27
27
package_dir = {'' : 'src' },
28
28
py_modules = [path .stem for path in Path ('src' ).glob ('*.py' )],
@@ -39,7 +39,6 @@ def read(*names, **kwargs):
39
39
'Programming Language :: Python' ,
40
40
'Programming Language :: Python :: 3' ,
41
41
'Programming Language :: Python :: 3 :: Only' ,
42
- 'Programming Language :: Python :: 3.7' ,
43
42
'Programming Language :: Python :: 3.8' ,
44
43
'Programming Language :: Python :: 3.9' ,
45
44
'Programming Language :: Python :: 3.10' ,
@@ -54,9 +53,9 @@ def read(*names, **kwargs):
54
53
'Private :: Do Not Upload' ,
55
54
],
56
55
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 /' ,
60
59
},
61
60
keywords = ['geothermal' ],
62
61
python_requires = '>=3.8' ,
0 commit comments