Skip to content

Commit b71a7fc

Browse files
Merge pull request #5 from nickmaccarthy/fix_python3_setup
Fix python3 setup
2 parents f766556 + 5efa664 commit b71a7fc

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

setup.cfg

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
[metadata]
2-
description-file = README.md
2+
description-file = ./README.md
3+
4+
[bdist_wheel]
5+
universal=1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
with open(path.join(here, 'README.md'), encoding='utf-8') as f:
1717
long_description = f.read()
1818

19-
version = '1.4.5'
19+
version = '1.4.6'
2020

2121
setup(
2222
name='python-datemath',

0 commit comments

Comments
 (0)