We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d118cc7 commit ba21c07Copy full SHA for ba21c07
.travis.yml
@@ -12,4 +12,3 @@ jobs:
12
- "3.7"
13
install: "pip install -r requirements-3.txt"
14
script: python tests.py
15
-
setup.py
@@ -13,10 +13,10 @@
here = path.abspath(path.dirname(__file__))
# Get the long description from the README file
16
-with open(path.join(here, 'README.txt'), encoding='utf-8') as f:
+with open(path.join(here, 'README.md'), encoding='utf-8') as f:
17
long_description = f.read()
18
19
-with open('VERSION.md', 'r') as f:
+with open('VERSION.txt', 'r') as f:
20
version = f.read()
21
22
setup(
0 commit comments