Skip to content

Commit dd55369

Browse files
committed
it can't read md files :/
1 parent 5c96045 commit dd55369

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ deploy:
1414
secure: FGaR4Ig0sASWrUzudUnSmhwC3FoXWWOzYDWQ0iaWpJIPFOUg7EZ18YmDThoK0LHFacnJX8c4cGBEjcoLCG/oTUM/JZ7OQlo4U2zaqe/+xra7FL9pZMTv4OSelem6XfAvS/oV2Hw8vDGQ6N2QMryTcDkqbrxV2jshu9kth9sRIMXcpDBiDL/FURDxCWoVmIKwbpAr+eXXApjG0rdjmPIliGYNeRHdbaJzJV3U3i57Ur2WRH+gMuM4l1DODCrpfcPESzjyIRSS2XalWTC9BB4/6ssanl/VHP+QP0Pwnwyr7CIP9Cwxp0x9w4mhzOrpGAaDoCv0tVmPvOhknxoZ2DtoNgNEx3G1HCV5LNrJJ8sc6w0Cj0k5vHVflekweIP+2ZRLlUmM2cAXAz8+q0W1C2TQpGfY4zYQ1KBOt5Anqv7cVVqNKfYpPmO8yxfl2FZGe2s92JlLznfRn4T8oKvKijtc5tl8zRITq+M0OdcKR6HS+UPmXxHFDYYRt1n4unJEREKRh9nj64AeKAeI1PV1uJLoEK0ccjJ5InJyMw3OsAhS5rMvtDljFsSt4Rk75ILHMpLSlEtcSeqVXgs/3DD0DBzCvMii9uaInc5sepAb0x5S/2C5FdcoraVMR0LNyfvalfZ7EDUWSxdNzxXzY+0sTMwTwsGEEyGD7bVpUUzGSuO7tA0=
1515
skip_cleanup: true
1616
on:
17-
all_branches: true
17+
tags: true
1818
python: 3.6

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
with open('README.rst') as readme_file:
99
readme = readme_file.read()
1010

11-
with open('README.md') as history_file:
11+
with open('HISTORY.rst') as history_file:
1212
history = history_file.read()
1313

1414
# requirements = ["certifi==2019.11.28",
@@ -51,6 +51,6 @@
5151
test_suite='tests',
5252
tests_require=test_requirements,
5353
url='https://github.com/shlomikushchi/simple_pastebin_parser',
54-
version='v0.3.2',
54+
version='v0.3.3',
5555
zip_safe=False,
5656
)

0 commit comments

Comments
 (0)