diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-30 00:01:16 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-30 00:02:54 +0300 |
commit | a19f919e3077f1ee1f4d02faab377e9e57848df6 (patch) | |
tree | 51c8bf6df37c2d36002e1b4ca4410997f6c9fb89 /README.md | |
parent | README: move Docker stuff to docker/ (diff) | |
download | cgitize-a19f919e3077f1ee1f4d02faab377e9e57848df6.tar.gz cgitize-a19f919e3077f1ee1f4d02faab377e9e57848df6.zip |
README: update
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -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]. |