Slixfeed/package_generator.sh

11 lines
223 B
Bash
Raw Normal View History

2024-01-18 22:14:48 +01:00
#!/bin/sh
#
# The following commands are used to
# prepare a package file for Slixfeed.
#
# Thank you to graingert and grym
# from #python on irc.libera.chat
pipx run setup-py-upgrade .
ini2toml setup.cfg > pyproject.toml