Update README type in setup.py
This commit is contained in:
parent
920acd26d8
commit
ed9b88a1ef
4
setup.py
4
setup.py
@ -1,6 +1,6 @@
|
||||
import setuptools
|
||||
|
||||
with open("README.md", "r") as fh:
|
||||
with open("README.rst", "r") as fh:
|
||||
long_description = fh.read()
|
||||
|
||||
setuptools.setup(
|
||||
@ -10,7 +10,7 @@ setuptools.setup(
|
||||
author_email="erictorres4@protonmail.com",
|
||||
description="An rsync-based tool for creating backups",
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
long_description_content_type="text/plain",
|
||||
url="",
|
||||
packages=setuptools.find_packages(),
|
||||
scripts=["bin/backup"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user