Skip to content

Commit

Permalink
0.4.1 / Correct license field.
Browse files Browse the repository at this point in the history
  • Loading branch information
josephbirkner committed May 4, 2020
1 parent f093ff4 commit f84fba2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setuptools.setup(
name="zswag",
version="0.4.0",
version="0.4.1",
url="https://github.com/klebert-engineering/zswag",
author="Klebert Engineering",
author_email="[email protected]",
Expand All @@ -32,8 +32,10 @@
dependency_links=required_url,
python_requires='>=3.6',

license = "BSD-3 Clause",
classifiers=[
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
],
"License :: OSI Approved :: BSD License"
],
)

0 comments on commit f84fba2

Please sign in to comment.