From 0e427e08b1e95ec4719f9e4ac1c860de62349c34 Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Sat, 28 Dec 2019 17:19:45 +0100 Subject: [PATCH] fix pyproject readme --- README.rst | 0 pyproject.toml | 1 + requirements.txt | 32 -------------------------------- 3 files changed, 1 insertion(+), 32 deletions(-) delete mode 100644 README.rst delete mode 100644 requirements.txt diff --git a/README.rst b/README.rst deleted file mode 100644 index e69de29..0000000 diff --git a/pyproject.toml b/pyproject.toml index 1a490a6..e06fd3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,6 +3,7 @@ name = "stacosys" version = "1.1.0" description = "STAtic COmmenting SYStem" authors = ["Yax"] +readme = "README.md" [tool.poetry.dependencies] python = "^3.7" diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index a9df345..0000000 --- a/requirements.txt +++ /dev/null @@ -1,32 +0,0 @@ -appdirs==1.4.3 -APScheduler==3.5.3 -astroid==2.0.4 -attrs==18.2.0 -black==18.6b4 -chardet==3.0.4 -click==6.7 -clize==4.0.3 -docutils==0.14 -Flask==1.0.2 -Flask-APScheduler==1.10.1 -isort==4.3.4 -itsdangerous==0.24 -Jinja2==2.10 -jsonschema==2.6.0 -lazy-object-proxy==1.3.1 -Markdown==2.6.11 -MarkupSafe==1.0 -mccabe==0.6.1 -od==1.0 -peewee==3.6.4 -profig==0.4.1 -pylint==2.1.1 -PyRSS2Gen==1.1 -python-dateutil==2.7.3 -pytz==2018.5 -sigtools==2.0.2 -six==1.11.0 -toml==0.9.4 -tzlocal==1.5.1 -Werkzeug==0.14.1 -wrapt==1.10.11