Skip to content

Commit

Permalink
Add license information to setup.py (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
salykin authored May 11, 2023
1 parent eaef386 commit eba2bc6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
long_description_content_type="text/markdown",
author="MrBin99",
url="https://github.com/MrBin99/django-vite",
license="Apache License, Version 2.0",
include_package_data=True,
packages=find_packages(),
requires=[
Expand All @@ -24,5 +25,8 @@
install_requires=[
"Django>=1.11",
],
classifiers=[
"License :: OSI Approved :: Apache Software License",
],
extras_require={"dev": ["black", "flake8"]},
)

0 comments on commit eba2bc6

Please sign in to comment.