Rename README.rst to README

This commit is contained in:
Eric Torres 2021-12-21 00:29:20 -08:00
parent 517dd3cbce
commit 6db1b5f2af
3 changed files with 8 additions and 1 deletions

7
README Normal file
View File

@ -0,0 +1,7 @@
Requirements
------------
* python >= 3.0
* fd
* fzf
* python-termcolor

View File

2
setup.py Normal file → Executable file
View File

@ -9,7 +9,7 @@ SCRIPTS = ["bin/fedit", "bin/cptemplate", "bin/quickdel"]
CMDCLASS = {"build_sphinx": BuildDoc} CMDCLASS = {"build_sphinx": BuildDoc}
# ========== Functions ========== # ========== Functions ==========
with open("README.rst", "r") as fh: with open("README", "r") as fh:
long_description = fh.read() long_description = fh.read()
# ========== Package Setup ========== # ========== Package Setup ==========