diff options
| author | bozokopic <bozo.kopic@gmail.com> | 2017-04-25 00:07:53 +0200 |
|---|---|---|
| committer | bozokopic <bozo.kopic@gmail.com> | 2017-04-25 00:07:53 +0200 |
| commit | f31a6f75f43653a5b3d01aa622371b6676caefd1 (patch) | |
| tree | e435a98d66786ffaceec072a00ba8a91078e70da | |
| parent | 1a0f8d519b0906a53c35cf36a83b4ab69345678f (diff) | |
heroku bugfix
| -rw-r--r-- | README.rst | 4 | ||||
| -rw-r--r-- | requirements.txt (renamed from requirements.pip.txt) | 0 | ||||
| -rw-r--r-- | setup.py | 4 |
3 files changed, 6 insertions, 2 deletions
@@ -14,7 +14,7 @@ Runtime requirements * python >=3.6 -Additional required python packages are listed in `requirements.pip.txt`. +Additional required python packages are listed in `requirements.txt`. Development requirements @@ -30,7 +30,7 @@ Build Build tool used for `opcut` is pydoit (`http://pydoit.org/`). It can be installed together with other python dependencies by running:: - $ pip install -r requirements.pip.txt + $ pip install -r requirements.txt For listing available doit tasks, use:: diff --git a/requirements.pip.txt b/requirements.txt index 4db3939..4db3939 100644 --- a/requirements.pip.txt +++ b/requirements.txt diff --git a/setup.py b/setup.py new file mode 100644 index 0000000..fb71334 --- /dev/null +++ b/setup.py @@ -0,0 +1,4 @@ +from setuptools import setup
+
+
+setup(name='opcut')
|
