This repository has been archived on 2024-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
Shrlok/setup.cfg
2022-07-04 21:52:48 +02:00

23 lines
552 B
INI

[metadata]
name = shrlok
version = 0.0.1
description = Publish stuff on the Web by piping it to a Unix domain socket.
long_description = file: README.md
long_description_content_type = text/markdown
license = GPLv3
author = dece
author_email = shgck@pistache.land
home_page = https://git.dece.space/Dece/Shrlok
classifiers =
Environment :: Console
Programming Language :: Python :: 3
[options]
packages = shrlok
python_requires = >= 3.7
setup_requires = setuptools >= 38.3.0
[options.entry_points]
console_scripts =
shrlok = shrlok.shrlok:main