Skip to content

Commit 496ac81

Browse files
committed
Merge pull request #6 from cedadev/devel
Added Python 3 to classifier text
2 parents 0830097 + 282ffdb commit 496ac81

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ SSL peer.
55

66
Releases
77
========
8+
0.4.1
9+
-----
10+
* Added explicit ref to Python 3 in classifier text for Python 3 checking tools.
11+
812
0.4.0
913
-----
1014
* Made dual compatible with Python 2 / 3.

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
1616
Releases
1717
========
18+
0.4.1
19+
-----
20+
* Added explicit ref to Python 3 in classifier text for Python 3 checking tools.
21+
1822
0.4.0
1923
-----
2024
* Made dual compatible with Python 2 / 3.
@@ -138,6 +142,7 @@
138142
'Operating System :: Microsoft :: Windows',
139143
'Operating System :: POSIX :: Linux',
140144
'Programming Language :: Python',
145+
'Programming Language :: Python :: 3',
141146
'Topic :: Security',
142147
'Topic :: Internet',
143148
'Topic :: Scientific/Engineering',

0 commit comments

Comments
 (0)