We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6958f2c commit 46bb96bCopy full SHA for 46bb96b
setup.py
@@ -13,14 +13,14 @@
13
long_description=long_description,
14
long_description_content_type="text/markdown",
15
install_requires=[],
16
- url="",
+ url="https://github.com/minitriga/netbox-reorder-rack/",
17
project_urls={
18
- "Bug Tracker": "",
+ "Bug Tracker": "https://github.com/minitriga/netbox-reorder-rack/issues",
19
},
20
classifiers=[
21
"Programming Language :: Python :: 3",
22
- "License :: OSI Approved :: MIT License",
23
- "Operating System :: OS Independent",
+ "License :: OSI Approved :: Apache Software License",
+ "Framework :: Django",
24
],
25
packages=find_packages(),
26
include_package_data=True,
0 commit comments