add setup.cfg
This commit is contained in:
12
setup.cfg
Normal file
12
setup.cfg
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
[metadata]
|
||||||
|
name = ControlDeck
|
||||||
|
|
||||||
|
[options]
|
||||||
|
install_requires =
|
||||||
|
justpy
|
||||||
|
py_modules =
|
||||||
|
controldeck
|
||||||
|
|
||||||
|
[options.entry_points]
|
||||||
|
console_scripts =
|
||||||
|
controldeck = controldeck:main
|
||||||
Reference in New Issue
Block a user