Commit Graph

3 Commits

Author SHA1 Message Date
Anna “CyberTailor” - cyber+misc at sysrq.in 453f8af9f9 add chardet to optional dependencies 2023-03-27 20:45:41 +02:00
Anna “CyberTailor” 5ddc06b903 bump requires-python to >=3.7 2023-03-12 19:52:58 +01:00
Anna “CyberTailor” 46668d2b4c switch to a PEP517 build system
Flit is the simplest of PEP517 build systems so I used it.

Packagers will need to switch from legacy (setup.py) mode to PEP517, if
not already.

Most offpunk.py changes are stripped whitespace. Relevant are:
- Added module docstring (__doc__ variable)
- Added __version__ variable

These two will be used by Flit so you will need to bump version in one
place only.
2023-03-12 12:52:43 +01:00