Skip to content

Commit

Permalink
package renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
bsesic committed Jan 28, 2025
1 parent f8844fa commit 688a03c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='rdf-generator',
version='0.1.3',
version='0.1.4',
entry_points={
'console_scripts': [
'rdfgen=rdf_generator.cli:main',
Expand All @@ -17,7 +17,7 @@
long_description=long_description, # Load the README as the long description
long_description_content_type="text/markdown", # Specify Markdown format
url="https://github.com/judaicalink/rdf_generator",
packages=["rdf-generator"],
packages=find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 688a03c

Please sign in to comment.