Skip to content

Commit 3817863

Browse files
committed
include LICENSE in the wheel
1 parent 0702174 commit 3817863

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ ignore = E124,E128,E129,E201,E202,E225,E226,E231,E265,E271,E302,E303,F401,E402,E
55

66
[bdist_wheel]
77
universal = 1
8+
9+
[metadata]
10+
license_file = LICENSE.txt

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
README = os.path.join(SETUP_DIR, 'README.rst')
1111

1212
setup(name='cwl-upgrader',
13-
version='0.3.0',
13+
version='0.3.1',
1414
description='Common Workflow Language standalone document upgrader',
1515
long_description=open(README).read(),
1616
author='Common Workflow Language contributors',

0 commit comments

Comments
 (0)