diff options
author | Nico Schlömer <nico.schloemer@gmail.com> | 2020-07-20 11:14:38 +0200 |
---|---|---|
committer | Nico Schlömer <nico.schloemer@gmail.com> | 2020-07-20 11:14:38 +0200 |
commit | 536d9f47196a9d988d31ef9701bf8dd3090f6f16 (patch) | |
tree | 1c4f4f03f0fe28bf29f19fe681d8774fcb8eb8b9 /setup.cfg | |
parent | 6e0a0173070fb3565d5c3f1194f0ba86c28fecf6 (diff) | |
download | autotiling-536d9f47196a9d988d31ef9701bf8dd3090f6f16.tar.gz |
add __about__, __init__
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -30,3 +30,8 @@ python_requires = >=3.6 setup_requires = setuptools>=42 wheel + + +[options.entry_points] +console_scripts = + autotiling = autotiling.main:main |