File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 5555if six .PY2 :
5656 from itertools import imap as map
5757
58- __version__ = '0.1.14 '
58+ __version__ = '0.2.0 '
5959
6060__author__ = "Philipp S. Sommer"
6161
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ def readme():
1111
1212
1313setup (name = 'autodocsumm' ,
14- version = '0.1.14 ' ,
14+ version = '0.2.0 ' ,
1515 description = 'Extended sphinx autodoc including automatic autosummaries' ,
1616 long_description = readme (),
1717 long_description_content_type = 'text/x-rst' ,
@@ -20,9 +20,8 @@ def readme():
2020 'Intended Audience :: Developers' ,
2121 'Topic :: Documentation' ,
2222 'License :: OSI Approved :: GNU General Public License v2 (GPLv2)' ,
23- 'Programming Language :: Python :: 2' ,
24- 'Programming Language :: Python :: 2.7' ,
2523 'Programming Language :: Python :: 3' ,
24+ 'Programming Language :: Python :: 3 :: Only' ,
2625 'Programming Language :: Python :: 3.5' ,
2726 'Programming Language :: Python :: 3.6' ,
2827 'Programming Language :: Python :: 3.7' ,
You can’t perform that action at this time.
0 commit comments