| commit | 84173f6ea3c7c1dd449d02fc4b576ee4fadb55bc | [log] [tgz] |
|---|---|---|
| author | Philipp Le <philipp@philipple.de> | Tue Apr 19 22:27:12 2022 +0200 |
| committer | Philipp Le <philipp@philipple.de> | Mon May 23 22:10:11 2022 +0200 |
| tree | 051b72f5d9a5f07685aa09eb5ad3e058c7a1e9e3 | |
| parent | 6206b9c8a46e24f0d765f11790e9f698df06f02a [diff] [blame] |
feat: Main window and sub-window registration Change-Id: I1cdb905ba06139f8b6f63b7411c7c0c3f8f821fa
diff --git a/setup.py b/setup.py index 4d7b85d..e152f34 100644 --- a/setup.py +++ b/setup.py
@@ -15,6 +15,11 @@ author='Philipp Le', author_email='philipp@philipple.de', packages=['dcs'], + entry_points={ + 'console_scripts': [ + 'dcs-interactive=dcs.main:main' + ] + }, install_requires=[ 'numpy', 'scipy',