separate README for PyPI without gif

This commit is contained in:
2019-02-20 09:25:29 -05:00
parent aa3cb1d77a
commit b0d7d30cfc
2 changed files with 115 additions and 2 deletions

View File

@@ -1,12 +1,12 @@
from setuptools import setup, find_packages
with open('README.md') as file:
with open('README_PYPI.md') as file:
long_description = file.read()
setup(
name="tpro",
version="0.05",
version="0.06",
url='https://github.com/zevaverbach/tpro',
install_requires=[
'Click',