Skip to content

Commit 22cf1da

Browse files
committed
v0.9.7.2
1 parent 83b44a2 commit 22cf1da

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

dimcli/VERSION.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# !/usr/bin/env python
22
# -*- coding: UTF-8 -*-
33

4-
__version__ = "0.9.7.1" # LATEST? => https://pypi.org/project/dimcli/
4+
__version__ = "0.9.7.2" # LATEST? => https://pypi.org/project/dimcli/
55
__copyright__ = "CopyRight (C) 2018-2022 by Digital Science"
66
__license__ = "MIT"
77
__author__ = "Michele Pasin"

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,9 @@
5656
packages=find_packages(),
5757
include_package_data=True,
5858
package_data = {
59-
'static': ['*'],
59+
'static': ['dimcli_animated.gif'],
6060
'dimcli': ['templates/*.*'],
6161
},
62-
data_files=[('*', ['requirements.txt'])],
6362
install_requires=REQUIREMENTS_DATA,
6463
entry_points="""
6564
[console_scripts]

0 commit comments

Comments
 (0)