From dc7fef90f1f70356d03e8cf3925a05c58cf6ce21 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 23 Feb 2023 14:51:00 +0300 Subject: [PATCH] Remove old Google and Heroku stuff This doesn't run anywhere anymore. --- Procfile | 1 - README.md | 7 ------- runtime.txt | 1 - 3 files changed, 9 deletions(-) delete mode 100644 Procfile delete mode 100644 runtime.txt diff --git a/Procfile b/Procfile deleted file mode 100644 index e43fded..0000000 --- a/Procfile +++ /dev/null @@ -1 +0,0 @@ -web: gunicorn csv_metadata_quality_web.main --log-file - diff --git a/README.md b/README.md index 16d0cc6..55d4c53 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,6 @@ Screenshot of csv-metadata-quality-web on Heroku

-You can try [the hosted version](https://fierce-ocean-30836.herokuapp.com) or host it yourself (see below). - ## Usage Create a Python 3.9+ virtual environment and install the dependencies: @@ -24,11 +22,6 @@ Create a Python 3.9+ virtual environment and install the dependencies: And then visit http://localhost:8000/ in your browser. -## Deploying to Heroku -Install the heroku command line tools, add a heroku git remote, and push: - - $ git push heroku - ## License This work is licensed under the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html). diff --git a/runtime.txt b/runtime.txt deleted file mode 100644 index a5da7cc..0000000 --- a/runtime.txt +++ /dev/null @@ -1 +0,0 @@ -python-3.10.5