Rename README.rst to README
This commit is contained in:
parent
517dd3cbce
commit
6db1b5f2af
7
README
Normal file
7
README
Normal file
@ -0,0 +1,7 @@
|
||||
Requirements
|
||||
------------
|
||||
|
||||
* python >= 3.0
|
||||
* fd
|
||||
* fzf
|
||||
* python-termcolor
|
2
setup.py
Normal file → Executable file
2
setup.py
Normal file → Executable file
@ -9,7 +9,7 @@ SCRIPTS = ["bin/fedit", "bin/cptemplate", "bin/quickdel"]
|
||||
CMDCLASS = {"build_sphinx": BuildDoc}
|
||||
|
||||
# ========== Functions ==========
|
||||
with open("README.rst", "r") as fh:
|
||||
with open("README", "r") as fh:
|
||||
long_description = fh.read()
|
||||
|
||||
# ========== Package Setup ==========
|
||||
|
Loading…
x
Reference in New Issue
Block a user