summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2017-08-13 14:39:24 +0200
committerStefan Behnel <stefan_ml@behnel.de>2017-08-13 14:39:24 +0200
commit8b709dba0239344c5132fff1d5fadceb3c50746a (patch)
tree178bd049bf11f1950ec8b04b0dc9f98aeaf23595 /setup.py
parentc7ae47731a1c017ce64f93784cc82034e0669169 (diff)
downloadpython-lxml-8b709dba0239344c5132fff1d5fadceb3c50746a.tar.gz
LP#1637922: Name license in setup.py.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 942fcf2b..7fe3aeec 100644
--- a/setup.py
+++ b/setup.py
@@ -180,6 +180,7 @@ setup(
author_email="lxml-dev@lxml.de",
maintainer="lxml dev team",
maintainer_email="lxml-dev@lxml.de",
+ license="BSD",
url="http://lxml.de/",
# Commented out because this causes distutils to emit warnings
# `Unknown distribution option: 'bugtrack_url'`