diff options
author | Andrea Censi <acensi@ethz.ch> | 2021-09-14 07:46:29 +0200 |
---|---|---|
committer | Andrea Censi <acensi@ethz.ch> | 2021-09-14 07:46:29 +0200 |
commit | 5b55bee81374fca9f4498716a065070cd0303ce4 (patch) | |
tree | d5ff4eaad6ca65b7c4555ce934925e914e7e853e | |
parent | added .DS_Store to gitignore (diff) | |
download | act4e-5b55bee81374fca9f4498716a065070cd0303ce4.tar.gz act4e-5b55bee81374fca9f4498716a065070cd0303ce4.zip |
Bump to version 7.1.2104061654
Diffstat (limited to '')
-rw-r--r-- | setup.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/setup.json b/setup.json new file mode 100644 index 0000000..38bb472 --- /dev/null +++ b/setup.json @@ -0,0 +1,18 @@ +{ + "install_requires": [], + "tests_require": [], + "srcdir": "src", + "package_name": "ACT4E-MySolutions", + "entry_points": { + "console_scripts": [] + }, + "zip_safe": true, + "include_package_data": true, + "modules": [ + "act4e_solutions" + ], + "version": "7.1.2104061654", + "author": "", + "author_email": "", + "url": "" +}
\ No newline at end of file |