Skip to content

Commit b9ad4d9

Browse files
authored
Update setup.py
1 parent 7ff83eb commit b9ad4d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ def read_readme():
2424
description="Global Macro Database by Karsten Müller, Chenzi Xu, Mohamed Lehbib and Ziliang Chen (2025)",
2525
long_description=open("README.md", encoding="utf-8").read(),
2626
long_description_content_type="text/markdown",
27-
url="https://github.com/Yangbo-Wang/global_macro_data_python",
27+
url="https://github.com/KMueller-Lab/global_macro_data_python",
2828
classifiers=[
2929
"Programming Language :: Python :: 3",
3030
"License :: OSI Approved :: MIT License",
3131
"Operating System :: OS Independent",
3232
],
3333
python_requires=">=3.6",
34-
)
34+
)

0 commit comments

Comments
 (0)