Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
removed python2 from setup.py so that pypi is only Python3
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtin committed Jan 8, 2020
1 parent ca5cb96 commit 41c5348
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1006,8 +1006,12 @@ As of May/June 2016 the code is now tested against pylint.
This was required in order to move the codebase into Python 3.x.
The motivation for this came from [Danielle Madeley (danni)](https://github.com/danni).

While the codebase has been edited to run on Python 3.x, there's not been enough Python 3.x testing performed.
If you can help in this regard; please contact the maintainers.
~~While the codebase has been edited to run on Python 3.x, there's not been enough Python 3.x testing performed.~~
~~If you can help in this regard; please contact the maintainers.~~

As of January 2020 the code is Python3 clean.

As of January 2020 the code is shipped up to pypi with Python2 support removed.

## Credit

Expand Down
11 changes: 8 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1178,9 +1178,14 @@ required in order to move the codebase into Python 3.x. The motivation
for this came from `Danielle Madeley
(danni) <https://github.com/danni>`__.

While the codebase has been edited to run on Python 3.x, there's not
been enough Python 3.x testing performed. If you can help in this
regard; please contact the maintainers.
[STRIKEOUT:While the codebase has been edited to run on Python 3.x,
there's not been enough Python 3.x testing performed.] [STRIKEOUT:If you
can help in this regard; please contact the maintainers.]

As of January 2020 the code is Python3 clean.

As of January 2020 the code is shipped up to pypi with Python2 support
removed.

Credit
------
Expand Down
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ def main():
'Intended Audience :: Developers',
'Topic :: Software Development :: Libraries :: Python Modules',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
Expand Down

0 comments on commit 41c5348

Please sign in to comment.