aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorNico Schlömer <nico.schloemer@gmail.com>2020-07-20 11:14:38 +0200
committerNico Schlömer <nico.schloemer@gmail.com>2020-07-20 11:14:38 +0200
commit536d9f47196a9d988d31ef9701bf8dd3090f6f16 (patch)
tree1c4f4f03f0fe28bf29f19fe681d8774fcb8eb8b9 /setup.cfg
parent6e0a0173070fb3565d5c3f1194f0ba86c28fecf6 (diff)
downloadautotiling-536d9f47196a9d988d31ef9701bf8dd3090f6f16.tar.gz
add __about__, __init__
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 9ff2643..0eec21d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -30,3 +30,8 @@ python_requires = >=3.6
setup_requires =
setuptools>=42
wheel
+
+
+[options.entry_points]
+console_scripts =
+ autotiling = autotiling.main:main