Skip to content

Commit

Permalink
Ready for 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Venturini authored and Luca Venturini committed Mar 21, 2018
1 parent 7d021aa commit bab8209
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Mikado/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
__author__ = 'Luca Venturini'
__license__ = 'GPL3'
__copyright__ = 'Copyright 2015-2016 Luca Venturini'
__version__ = "1.0.1"
__version__ = "1.0.2"

__all__ = ["configuration",
"exceptions",
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@
glob.glob("Mikado/daijin/*json") + \
glob.glob("Mikado/daijin/*snakefile")
},
include_package_data=True
include_package_data=True,
data_files=[("", ("LICENSE.txt", ))]
# data_files=[
# ("Mikado/configuration",
# glob.glob("Mikado/configuration/*json") + glob.glob("Mikado/configuration/*yaml"))],
Expand Down

0 comments on commit bab8209

Please sign in to comment.