Skip to content

Commit 46bb96b

Browse files
committed
Fix urls in setup.py
1 parent 6958f2c commit 46bb96b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
long_description=long_description,
1414
long_description_content_type="text/markdown",
1515
install_requires=[],
16-
url="",
16+
url="https://github.com/minitriga/netbox-reorder-rack/",
1717
project_urls={
18-
"Bug Tracker": "",
18+
"Bug Tracker": "https://github.com/minitriga/netbox-reorder-rack/issues",
1919
},
2020
classifiers=[
2121
"Programming Language :: Python :: 3",
22-
"License :: OSI Approved :: MIT License",
23-
"Operating System :: OS Independent",
22+
"License :: OSI Approved :: Apache Software License",
23+
"Framework :: Django",
2424
],
2525
packages=find_packages(),
2626
include_package_data=True,

0 commit comments

Comments
 (0)