We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bd6034 commit b37aaafCopy full SHA for b37aaaf
1 file changed
setup.py
@@ -13,9 +13,6 @@
13
with open('README.rst') as f:
14
description_text = f.read()
15
16
-with open("LICENSE") as f:
17
- license_text = f.read()
18
-
19
install_req = ["lxml", "pyyaml"]
20
if sys.version_info < (3, 4):
21
install_req += ["enum34"]
@@ -32,5 +29,5 @@
32
29
install_requires=install_req,
33
30
long_description=description_text,
34
31
classifiers=CLASSIFIERS,
35
- license=license_text
+ license="BSD"
36
)
0 commit comments