Skip to content

Commit

Permalink
Update setup.py (#693)
Browse files Browse the repository at this point in the history
Add long_description settings to setup.py to address `twine check` errors
  • Loading branch information
jamaalscarlett authored and 50-Course committed Oct 6, 2024
1 parent 6062868 commit 35ad2e7
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 @@ -2,7 +2,7 @@
from pathlib import Path

from setuptools import setup

from pathlib import Path

this_directory = Path(__file__).parent
long_description = (this_directory / "README.rst").read_text()
Expand Down

0 comments on commit 35ad2e7

Please sign in to comment.