From a19f919e3077f1ee1f4d02faab377e9e57848df6 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 30 Mar 2022 00:01:16 +0300 Subject: README: update --- README.md | 11 ----------- docker/README.md | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/README.md b/README.md index ecad8c7..69716b0 100644 --- a/README.md +++ b/README.md @@ -47,17 +47,6 @@ Update the URL of an existing repository mirror: Development ----------- -### Packaging - -The [packaging tutorial] (as it was in April 2021) on python.org was used to -make a PyPI package. -Basically, it looks to me like the Python ecosystem is currently moving from -the older setup.py to the newer setup.cfg/pyproject.toml. -It's still a bit clunky: you have to install the `build` package, placeholder -setup.py is required for `pip install -e` to work, etc. - -[packaging tutorial]: https://packaging.python.org/tutorials/packaging-projects - ### Linting Requires [Pylint]. diff --git a/docker/README.md b/docker/README.md index c6f973a..b0c88b1 100644 --- a/docker/README.md +++ b/docker/README.md @@ -23,7 +23,7 @@ There's a web server image with a working cgit installation. * Image: **egortensin/cgitize-frontend** * Volumes: * `/etc/cgitrc`: if you use a custom cgit configuration, map it here. -It can look like this: +It could look like this: # Include most common useful settings. include=/etc/cgit/common -- cgit v1.2.3