diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-20 13:04:30 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-20 13:04:30 -0500 |
commit | 8f6446b1e45ad69ecd255cac3d9b9939127c91c2 (patch) | |
tree | 9302b52f9488f313beb453ff42d3a0b03401dbdf /setup.py | |
parent | 67402a674220b8639a04dc0c0b2f87fd301a817f (diff) |
Use MANIFEST.in instead of setup.py to hold the docs and text files.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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", |