1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00
This commit is contained in:
Pieter van den Ham 2015-08-23 15:50:33 +02:00
parent 2a103e5bbc
commit 8683364cb1

View File

@ -2,7 +2,7 @@
from setuptools import setup
def readme():
with open('README.rst') as f:
with open('README.md') as f:
return f.read()
setup(name='pyTelegramBotAPI',