diff --git a/README b/README new file mode 100644 index 0000000..4cc432e --- /dev/null +++ b/README @@ -0,0 +1,7 @@ +Requirements +------------ + +* python >= 3.0 +* fd +* fzf +* python-termcolor diff --git a/README.rst b/README.rst deleted file mode 100644 index e69de29..0000000 diff --git a/setup.py b/setup.py old mode 100644 new mode 100755 index 935914a..1f6e6a5 --- a/setup.py +++ b/setup.py @@ -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 ==========