Skip to content

Commit

Permalink
Replace literal with a constant variable
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Apr 4, 2020
1 parent fd63ac7 commit a3794ca
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 @@ -56,7 +56,7 @@ def get_release_command_class() -> Dict[str, setuptools.Command]:
long_description=long_description,
long_description_content_type="text/x-rst",
packages=setuptools.find_packages(exclude=["test*"]),
package_data={"pingparsing": ["py.typed"]},
package_data={MODULE_NAME: ["py.typed"]},
project_urls={
"Documentation": "https://{:s}.rtfd.io/".format(MODULE_NAME),
"Source": REPOSITORY_URL,
Expand Down

0 comments on commit a3794ca

Please sign in to comment.