Skip to content

Commit

Permalink
Merge pull request #219 from wojtekwanczyk/wwojciec/release
Browse files Browse the repository at this point in the history
fix license in setup
  • Loading branch information
wojtekwanczyk committed Jan 4, 2020
2 parents 67e9856 + d223cf7 commit ccaadfa
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 @@ -24,8 +24,8 @@
url="https://github.com/wojtekwanczyk/easy_manage",
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3.6.8",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
],
entry_points={
Expand Down

0 comments on commit ccaadfa

Please sign in to comment.