Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 41c5348

Browse files
committed
removed python2 from setup.py so that pypi is only Python3
1 parent ca5cb96 commit 41c5348

3 files changed

Lines changed: 14 additions & 8 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,8 +1006,12 @@ As of May/June 2016 the code is now tested against pylint.
10061006
This was required in order to move the codebase into Python 3.x.
10071007
The motivation for this came from [Danielle Madeley (danni)](https://github.com/danni).
10081008

1009-
While the codebase has been edited to run on Python 3.x, there's not been enough Python 3.x testing performed.
1010-
If you can help in this regard; please contact the maintainers.
1009+
~~While the codebase has been edited to run on Python 3.x, there's not been enough Python 3.x testing performed.~~
1010+
~~If you can help in this regard; please contact the maintainers.~~
1011+
1012+
As of January 2020 the code is Python3 clean.
1013+
1014+
As of January 2020 the code is shipped up to pypi with Python2 support removed.
10111015

10121016
## Credit
10131017

README.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1178,9 +1178,14 @@ required in order to move the codebase into Python 3.x. The motivation
11781178
for this came from `Danielle Madeley
11791179
(danni) <https://github.com/danni>`__.
11801180

1181-
While the codebase has been edited to run on Python 3.x, there's not
1182-
been enough Python 3.x testing performed. If you can help in this
1183-
regard; please contact the maintainers.
1181+
[STRIKEOUT:While the codebase has been edited to run on Python 3.x,
1182+
there's not been enough Python 3.x testing performed.] [STRIKEOUT:If you
1183+
can help in this regard; please contact the maintainers.]
1184+
1185+
As of January 2020 the code is Python3 clean.
1186+
1187+
As of January 2020 the code is shipped up to pypi with Python2 support
1188+
removed.
11841189

11851190
Credit
11861191
------

setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ def main():
4444
'Intended Audience :: Developers',
4545
'Topic :: Software Development :: Libraries :: Python Modules',
4646
'License :: OSI Approved :: MIT License',
47-
'Programming Language :: Python :: 2',
48-
'Programming Language :: Python :: 2.6',
49-
'Programming Language :: Python :: 2.7',
5047
'Programming Language :: Python :: 3',
5148
'Programming Language :: Python :: 3.2',
5249
'Programming Language :: Python :: 3.3',

0 commit comments

Comments
 (0)