add setup.cfg

This commit is contained in:
2021-04-03 23:41:09 +02:00
parent 37358ec8d4
commit 431fa906b1
2 changed files with 13 additions and 7 deletions

12
setup.cfg Normal file
View File

@@ -0,0 +1,12 @@
[metadata]
name = ControlDeck
[options]
install_requires =
justpy
py_modules =
controldeck
[options.entry_points]
console_scripts =
controldeck = controldeck:main