summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRoland Meister <devnull@localhost>2012-02-21 21:00:14 +0100
committerRoland Meister <devnull@localhost>2012-02-21 21:00:14 +0100
commit0cbae1ffe2ba0cda931e6d23d342bdc530d49cf2 (patch)
tree89745e757dbf5746140460741572d6c8e07305f0 /setup.py
parent2845f0145d340a5bd6543fbf5dabe2d3cad95c8c (diff)
parentfa16f15fccef71aee359138d9e7d5b745bf15b16 (diff)
downloadsphinx-0cbae1ffe2ba0cda931e6d23d342bdc530d49cf2.tar.gz
Merge with arlaneenalra/sphinx
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index c73facaa..ca41aa43 100644
--- a/setup.py
+++ b/setup.py
@@ -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': [