Skip to content
This repository has been archived by the owner on Jun 26, 2021. It is now read-only.

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
justusschock committed Jun 16, 2019
1 parent 71368ce commit 93f3248
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ def find_version(file):
requirements_extra_full += requirements_extra_tf

readme = read_file(os.path.join(os.path.dirname(__file__), "README.md"))
license = read_file(os.path.join(os.path.dirname(__file__), "LICENSE"))
delira_version = find_version(os.path.join(os.path.dirname(__file__), "delira",
"__init__.py"))

Expand All @@ -58,7 +57,7 @@ def find_version(file):
long_description_content_type='text/markdown',
maintainer="Justus Schock",
maintainer_email="justus.schock@rwth-aachen.de",
license=license,
license='BSD-2',
install_requires=requirements,
tests_require=["coverage"],
python_requires=">=3.5",
Expand Down

0 comments on commit 93f3248

Please sign in to comment.