Skip to content

Commit ba21c07

Browse files
committed
v1.4.9
1 parent d118cc7 commit ba21c07

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ jobs:
1212
- "3.7"
1313
install: "pip install -r requirements-3.txt"
1414
script: python tests.py
15-

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
here = path.abspath(path.dirname(__file__))
1414

1515
# Get the long description from the README file
16-
with open(path.join(here, 'README.txt'), encoding='utf-8') as f:
16+
with open(path.join(here, 'README.md'), encoding='utf-8') as f:
1717
long_description = f.read()
1818

19-
with open('VERSION.md', 'r') as f:
19+
with open('VERSION.txt', 'r') as f:
2020
version = f.read()
2121

2222
setup(

0 commit comments

Comments
 (0)