Skip to content

Commit e0b6ef3

Browse files
authored
Merge pull request #13 from common-workflow-language/universal_wheel
universal wheel
2 parents 6acba42 + 3817863 commit e0b6ef3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

setup.cfg

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

44
[easy_install]
55

6+
[bdist_wheel]
7+
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.2.2',
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)