diff options
author | Leonard Richardson <leonardr@segfault.org> | 2015-06-28 16:14:41 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2015-06-28 16:14:41 -0400 |
commit | b4a56ad4d0dafdf90fb28bbcdcf24019d78a0ef4 (patch) | |
tree | 802c49d73114ecf78d1781740b8a9d3313d0c594 | |
parent | 1513114fc36a81da19cb473fe01b04f07c5d1213 (diff) |
Also include convert-py3k in source distributions. [bug=1304006]
-rw-r--r-- | MANIFEST.in | 1 | ||||
-rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 4e03987..45f7f96 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,5 @@ include test-all-versions +include convert-py3k include *.txt include doc*/Makefile include doc*/source/*.py @@ -7,7 +7,7 @@ except ImportError: from distutils.command.build_py import build_py setup(name="beautifulsoup4", - version = "4.3.2", + version = "4.3.9b1", author="Leonard Richardson", author_email='leonardr@segfault.org', url="http://www.crummy.com/software/BeautifulSoup/bs4/", |