Skip to content

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xiki-tempula committed Jul 6, 2024
1 parent f3c15b7 commit 690d2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
packages=find_packages("src"),
package_dir={"": "src"},
license="BSD",
long_description=open("README.rst").read(),
long_description=open("README.md").read(),
long_description_content_type="text/x-rst",
python_requires=">=3.9",
tests_require=["pytest", "alchemtest"],
Expand Down

0 comments on commit 690d2b0

Please sign in to comment.