jquast / wcwidth

Python library that measures the width of unicode strings rendered to a terminal
Other
391 stars 58 forks source link

Include LICENSE file in pypi distribution #14

Closed Fale closed 8 years ago

Fale commented 8 years ago

Please, add the LICENSE file in the version that is being distributed via pypi

jquast commented 8 years ago

sure!

jquast commented 8 years ago

Version 0.1.6 released to pypi now includes the LICENSE.txt file. Thank you for discovering this omission!

$ diff -u <(tar -tzf dist/wcwidth-0.1.5.tar.gz|cut -d/ -f2-) <(tar -tzf dist/wcwidth-0.1.6.tar.gz|cut -d/ -f2-)
--- /dev/fd/63  2016-01-08 13:35:07.000000000 -0800
+++ /dev/fd/62  2016-01-08 13:35:07.000000000 -0800
@@ -1,4 +1,6 @@

+LICENSE.txt
+MANIFEST.in
 PKG-INFO
 README.rst
 setup.cfg
Fale commented 8 years ago

Thanks a lot :)