We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b44a2 commit 22cf1daCopy full SHA for 22cf1da
dimcli/VERSION.py
@@ -1,7 +1,7 @@
1
# !/usr/bin/env python
2
# -*- coding: UTF-8 -*-
3
4
-__version__ = "0.9.7.1" # LATEST? => https://pypi.org/project/dimcli/
+__version__ = "0.9.7.2" # LATEST? => https://pypi.org/project/dimcli/
5
__copyright__ = "CopyRight (C) 2018-2022 by Digital Science"
6
__license__ = "MIT"
7
__author__ = "Michele Pasin"
setup.py
@@ -56,10 +56,9 @@
56
packages=find_packages(),
57
include_package_data=True,
58
package_data = {
59
- 'static': ['*'],
+ 'static': ['dimcli_animated.gif'],
60
'dimcli': ['templates/*.*'],
61
},
62
- data_files=[('*', ['requirements.txt'])],
63
install_requires=REQUIREMENTS_DATA,
64
entry_points="""
65
[console_scripts]
0 commit comments