From 9afdbdd871346d5561f4d3b0d4588f72cd03f9cd Mon Sep 17 00:00:00 2001 From: cr0hn Date: Tue, 22 Mar 2016 11:13:42 +0100 Subject: [PATCH] fix: added embedded dicts into sdist --- CHANGELOG | 2 +- MANIFEST.in | 3 ++- README.rst | 2 +- enteletaor_lib/config.py | 2 +- setup.py | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index c084323..4e27409 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -Version 1.1.0 +Version 1.1.x ============= Improvements and fixes diff --git a/MANIFEST.in b/MANIFEST.in index 64a9067..20a9958 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -13,5 +13,6 @@ global-exclude *.pyc global-exclude .git* global-exclude .DS_Store global-exclude .mailmap -prune enteletaor_lib/doc* +prune doc* +graft enteletaor_lib/resources/* \ No newline at end of file diff --git a/README.rst b/README.rst index 69a8e8f..b984cc4 100644 --- a/README.rst +++ b/README.rst @@ -45,7 +45,7 @@ This Enteletaor version, add a lot of new features and fixes, like: You can read entire list in CHANGELOG file. -Version 1.1.0 +Version 1.1.x +++++++++++++ - Many improvements and fixes diff --git a/enteletaor_lib/config.py b/enteletaor_lib/config.py index 28e4bae..66b7407 100644 --- a/enteletaor_lib/config.py +++ b/enteletaor_lib/config.py @@ -26,7 +26,7 @@ __tool_name__ = "enteletaor" __author__ = "Daniel Garcia (cr0hn) - @ggdaniel" __site__ = "https://github.com/cr0hn/enteletaor" -__version__ = "1.1.0" +__version__ = "1.1.1" __banner__ = """ `` `````..`` diff --git a/setup.py b/setup.py index 490aaa0..fade18e 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ else: setup( name='enteletaor', - version="1.1.0", + version="1.1.1", install_requires=required, url='https://github.com/cr0hn/enteletaor', license='BSD',