Skip to content

Commit

Permalink
Ready for 1.1.1
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 474893e commit 4301464
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Mikado/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
__title__ = "Mikado"
__author__ = 'Luca Venturini'
__license__ = 'GPL3'
__copyright__ = 'Copyright 2015-2016 Luca Venturini'
__version__ = "1.1"
__copyright__ = 'Copyright 2015-2019 Luca Venturini'
__version__ = "1.1.1"

__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 @@ -91,7 +91,8 @@
"Mikado.utilities.overlap": [path.join("Mikado", "utilities", "overlap.pxd")],
"Mikado.utilities.intervaltree": [path.join("Mikado", "utilities", "intervaltree.pxd")],
},
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 4301464

Please sign in to comment.