fix: added embedded dicts into sdist

This commit is contained in:
cr0hn
2016-03-22 11:13:42 +01:00
parent 6f99d09d45
commit 9afdbdd871
5 changed files with 6 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
Version 1.1.0 Version 1.1.x
============= =============
Improvements and fixes Improvements and fixes

View File

@@ -13,5 +13,6 @@ global-exclude *.pyc
global-exclude .git* global-exclude .git*
global-exclude .DS_Store global-exclude .DS_Store
global-exclude .mailmap global-exclude .mailmap
prune enteletaor_lib/doc* prune doc*
graft enteletaor_lib/resources/*

View File

@@ -45,7 +45,7 @@ This Enteletaor version, add a lot of new features and fixes, like:
You can read entire list in CHANGELOG file. You can read entire list in CHANGELOG file.
Version 1.1.0 Version 1.1.x
+++++++++++++ +++++++++++++
- Many improvements and fixes - Many improvements and fixes

View File

@@ -26,7 +26,7 @@
__tool_name__ = "enteletaor" __tool_name__ = "enteletaor"
__author__ = "Daniel Garcia (cr0hn) - @ggdaniel" __author__ = "Daniel Garcia (cr0hn) - @ggdaniel"
__site__ = "https://github.com/cr0hn/enteletaor" __site__ = "https://github.com/cr0hn/enteletaor"
__version__ = "1.1.0" __version__ = "1.1.1"
__banner__ = """ __banner__ = """
`` ``
`````..`` `````..``

View File

@@ -39,7 +39,7 @@ else:
setup( setup(
name='enteletaor', name='enteletaor',
version="1.1.0", version="1.1.1",
install_requires=required, install_requires=required,
url='https://github.com/cr0hn/enteletaor', url='https://github.com/cr0hn/enteletaor',
license='BSD', license='BSD',