diff options
| author | Roland Meister <devnull@localhost> | 2012-02-21 21:00:14 +0100 |
|---|---|---|
| committer | Roland Meister <devnull@localhost> | 2012-02-21 21:00:14 +0100 |
| commit | 0cbae1ffe2ba0cda931e6d23d342bdc530d49cf2 (patch) | |
| tree | 89745e757dbf5746140460741572d6c8e07305f0 /setup.py | |
| parent | 2845f0145d340a5bd6543fbf5dabe2d3cad95c8c (diff) | |
| parent | fa16f15fccef71aee359138d9e7d5b745bf15b16 (diff) | |
| download | sphinx-0cbae1ffe2ba0cda931e6d23d342bdc530d49cf2.tar.gz | |
Merge with arlaneenalra/sphinx
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -44,7 +44,7 @@ A development egg can be found `here <http://bitbucket.org/birkenfeld/sphinx/get/tip.gz#egg=Sphinx-dev>`_. ''' -requires = ['Pygments>=0.8', 'Jinja2>=2.2', 'docutils>=0.5'] +requires = ['Pygments>=1.2', 'Jinja2>=2.3', 'docutils>=0.7'] if sys.version_info < (2, 4): print('ERROR: Sphinx requires at least Python 2.4 to run.') @@ -182,12 +182,13 @@ setup( 'Operating System :: OS Independent', 'Programming Language :: Python', 'Programming Language :: Python :: 2', + 'Programming Language :: Python :: 3', 'Topic :: Documentation', 'Topic :: Text Processing', 'Topic :: Utilities', ], platforms='any', - packages=find_packages(), + packages=find_packages(exclude=['custom_fixers', 'test']), include_package_data=True, entry_points={ 'console_scripts': [ |
