diff options
author | Stefan Behnel <stefan_ml@behnel.de> | 2017-08-13 14:39:24 +0200 |
---|---|---|
committer | Stefan Behnel <stefan_ml@behnel.de> | 2017-08-13 14:39:24 +0200 |
commit | 8b709dba0239344c5132fff1d5fadceb3c50746a (patch) | |
tree | 178bd049bf11f1950ec8b04b0dc9f98aeaf23595 /setup.py | |
parent | c7ae47731a1c017ce64f93784cc82034e0669169 (diff) | |
download | python-lxml-8b709dba0239344c5132fff1d5fadceb3c50746a.tar.gz |
LP#1637922: Name license in setup.py.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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'` |