Skip to content

Commit

Permalink
Merge pull request #19 from qcr/DasGuna-patch-2
Browse files Browse the repository at this point in the history
Update setup.py
  • Loading branch information
DasGuna authored Nov 15, 2023
2 parents 61f0310 + bfb7412 commit f6f2193
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def package_files(directory: List[str]) -> List[str]:

author='Gavin Suddrey',

license='MIT',
license='BSD-3-Clause',

classifiers=[
# 3 - Alpha
Expand All @@ -83,7 +83,7 @@ def package_files(directory: List[str]) -> List[str]:
# Indicate who your project is intended for
'Intended Audience :: Developers',
# Pick your license as you wish (should match "license" above)
'License :: OSI Approved :: MIT License',
'License :: OSI Approved :: BSD-3-Clause License',

# Specify the Python versions you support here. In particular, ensure
# that you indicate whether you support Python 2, Python 3 or both.
Expand Down

0 comments on commit f6f2193

Please sign in to comment.