Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kani999 committed May 30, 2024
1 parent dd28d40 commit 818ce2d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,24 +26,21 @@ def get_version(rel_path):
long_description_content_type="text/markdown",
url='https://github.com/Kani999/netbox-attachments',
author="Jan Krupa",
#author_email='[email protected]', # Add your email here
license='MIT', # Specify the license
license='Apache 2',
install_requires=[],
packages=find_packages(),
include_package_data=True,
zip_safe=False,
python_requires='>=3.9',
classifiers=[
'Development Status :: 4 - Beta', # Update as necessary
'Intended Audience :: Developers',
'Framework :: Django',
'Framework :: Django :: 3.2', # Specify the Django version if known
'License :: OSI Approved :: MIT License',
'Framework :: Django :: 5.0',
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Operating System :: OS Independent',
],
keywords=['netbox', 'netbox-plugin'],
)

0 comments on commit 818ce2d

Please sign in to comment.