Skip to content

Commit fbee5dc

Browse files
committed
Fix incorrect license filename in setup.cfg
1 parent f3edcfb commit fbee5dc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
1.0.2 (2020-03-05)
5+
------------------
6+
7+
- Fix incorrect license filename in setup.cfg. [Leo Singer]
8+
49
1.0.1 (2020-03-05)
510
------------------
611

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency =
1414
[metadata]
1515
name = pygcn
1616
license = GPL-2+
17-
license_file = COPYING
17+
license_file = LICENSE.md
1818
long_description = file:README.md
1919
long_description_content_type = text/markdown
2020
author = Leo Singer

0 commit comments

Comments
 (0)