Skip to content

Commit

Permalink
Fix urls in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
minitriga committed Mar 13, 2024
1 parent 6958f2c commit 46bb96b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
long_description=long_description,
long_description_content_type="text/markdown",
install_requires=[],
url="",
url="https://github.com/minitriga/netbox-reorder-rack/",
project_urls={
"Bug Tracker": "",
"Bug Tracker": "https://github.com/minitriga/netbox-reorder-rack/issues",
},
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"License :: OSI Approved :: Apache Software License",
"Framework :: Django",
],
packages=find_packages(),
include_package_data=True,
Expand Down

0 comments on commit 46bb96b

Please sign in to comment.