Skip to content

Commit

Permalink
v0.9.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdamusic committed May 13, 2022
1 parent 83b44a2 commit 22cf1da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dimcli/VERSION.py
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 22cf1da

Please sign in to comment.