Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove setup.py typo
Browse files Browse the repository at this point in the history
ChasNelson1990 committed Jan 23, 2025

Verified

This commit was signed with the committer’s verified signature.
ChasNelson1990 Chas Nelson
1 parent 5cd8edd commit 67f17c4
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
@@ -35,7 +35,7 @@
"Programming Language :: Python :: 3.10",
],
keywords="""CKAN resource file upload javascript widget""",
packages=find_packages(exclude=["contrib", "docs", "tests*", "react"]),
packages=find_packages(exclude=["contrib", "docs", "tests*", "react"]),
namespace_packages=["ckanext"],
install_requires=[],
# If there are data files included in your packages that need to be

0 comments on commit 67f17c4

Please sign in to comment.