We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3edcfb commit fbee5dcCopy full SHA for fbee5dc
ChangeLog
@@ -1,6 +1,11 @@
1
Changelog
2
=========
3
4
+1.0.2 (2020-03-05)
5
+------------------
6
+
7
+- Fix incorrect license filename in setup.cfg. [Leo Singer]
8
9
1.0.1 (2020-03-05)
10
------------------
11
setup.cfg
@@ -14,7 +14,7 @@ concurrency =
14
[metadata]
15
name = pygcn
16
license = GPL-2+
17
-license_file = COPYING
+license_file = LICENSE.md
18
long_description = file:README.md
19
long_description_content_type = text/markdown
20
author = Leo Singer
0 commit comments