From 5b55bee81374fca9f4498716a065070cd0303ce4 Mon Sep 17 00:00:00 2001 From: Andrea Censi Date: Tue, 14 Sep 2021 07:46:29 +0200 Subject: Bump to version 7.1.2104061654 --- setup.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 setup.json (limited to 'setup.json') 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 -- cgit v1.2.1