summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2012-02-21 08:05:17 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2012-02-21 08:05:17 -0500
commitab5cfcead94a0c99d0f325883960097ef223fca6 (patch)
treebe531463bd32fe82273ed97d4916ffcefd0e41fb /setup.py
parente1b321db7331752a3aea8dd7070dd0db4c60c51d (diff)
parent60cb51632dce022d1a4aff18500d286e58e0bd5c (diff)
Merged from trunk.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py8
1 files changed, 1 insertions, 7 deletions
diff --git a/setup.py b/setup.py
index d033def..0d5b7d7 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ except ImportError:
from distutils.command.build_py import build_py
setup(name="beautifulsoup4",
- version = "4.0.0b6",
+ version = "4.0.0b7",
author="Leonard Richardson",
author_email='leonardr@segfault.org',
url="http://www.crummy.com/software/BeautifulSoup/bs4/",
@@ -15,12 +15,6 @@ setup(name="beautifulsoup4",
long_description="""Beautiful Soup sits atop an HTML or XML parser, providing Pythonic idioms for iterating, searching, and modifying the parse tree.""",
license="MIT",
packages=['bs4', 'bs4.builder', 'bs4.tests'],
- package_data={
- "bs4": ["doc/source/*.jpg", "doc/source/*.rst",
- "doc/source/*.py", "doc/Makefile"]
- },
- data_files=[
- ('', ['COPYING.txt', 'NEWS.txt', 'AUTHORS.txt', 'README.txt'])],
cmdclass = {'build_py':build_py},
classifiers=["Development Status :: 4 - Beta",
"Intended Audience :: Developers",