Merge pull request #1019 from mdboom/python3.5-docs
Various updates to the docs to mention support for Python 3.5
This commit is contained in:
2
setup.py
2
setup.py
@@ -13,7 +13,7 @@ classifiers = ['Development Status :: 6 - Mature',
|
||||
'Topic :: Software Development :: Libraries',
|
||||
'Topic :: Utilities'] + [
|
||||
('Programming Language :: Python :: %s' % x) for x in
|
||||
'2 2.6 2.7 3 3.2 3.3 3.4'.split()]
|
||||
'2 2.6 2.7 3 3.2 3.3 3.4 3.5'.split()]
|
||||
|
||||
with open('README.rst') as fd:
|
||||
long_description = fd.read()
|
||||
|
||||
Reference in New Issue
Block a user