We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ac8a2 commit e8967caCopy full SHA for e8967ca
CHANGELOG
CHANGELOG.rst
@@ -0,0 +1,13 @@
1
+==========
2
+Change log
3
4
+
5
+0.2 (2017-06-21)
6
+----------------
7
8
+* Fixed minor issue on setup.py and changed the CHANGELOG format.
9
10
+0.1 (2017-06-21)
11
12
13
+* Initial release.
setup.py
@@ -59,7 +59,7 @@ def get_email(package):
59
'Programming Language :: Python :: 2',
60
'Programming Language :: Python :: 2.7',
61
'Programming Language :: Python :: 3',
62
- 'Programming Language :: Python :: 3.5.2',
+ 'Programming Language :: Python :: 3.5',
63
'Operating System :: OS Independent',
64
'Topic :: Software Development'
65
]
0 commit comments