Add python packaging files

This commit is contained in:
Isaiah Odhner 2023-04-29 17:30:46 -04:00
parent 4d1f57ee6b
commit 1aa7e43068
2 changed files with 22 additions and 0 deletions

3
pyproject.toml Normal file
View File

@ -0,0 +1,3 @@
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

19
setup.cfg Normal file
View File

@ -0,0 +1,19 @@
[metadata]
name = textual_paint
version = 0.1.0
[options]
packages = find:
install_requires =
textual
rich
stransi
pyperclip
[options.extras_require]
dev =
watchdog
psutil
wallpaper =
appscript
pyxdg
PyGObject