From 22cf1da4b762a401db41f74a72ddd2c6da64896b Mon Sep 17 00:00:00 2001 From: lambdamusic Date: Fri, 13 May 2022 12:13:37 +0100 Subject: [PATCH] v0.9.7.2 --- dimcli/VERSION.py | 2 +- setup.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/dimcli/VERSION.py b/dimcli/VERSION.py index a9ed13b..e603ab7 100644 --- a/dimcli/VERSION.py +++ b/dimcli/VERSION.py @@ -1,7 +1,7 @@ # !/usr/bin/env python # -*- coding: UTF-8 -*- -__version__ = "0.9.7.1" # LATEST? => https://pypi.org/project/dimcli/ +__version__ = "0.9.7.2" # LATEST? => https://pypi.org/project/dimcli/ __copyright__ = "CopyRight (C) 2018-2022 by Digital Science" __license__ = "MIT" __author__ = "Michele Pasin" diff --git a/setup.py b/setup.py index cac27b1..6b2bb01 100644 --- a/setup.py +++ b/setup.py @@ -56,10 +56,9 @@ packages=find_packages(), include_package_data=True, package_data = { - 'static': ['*'], + 'static': ['dimcli_animated.gif'], 'dimcli': ['templates/*.*'], }, - data_files=[('*', ['requirements.txt'])], install_requires=REQUIREMENTS_DATA, entry_points=""" [console_scripts]