fix: added embedded dicts into sdist
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
Version 1.1.0
|
Version 1.1.x
|
||||||
=============
|
=============
|
||||||
|
|
||||||
Improvements and fixes
|
Improvements and fixes
|
||||||
|
|||||||
@@ -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/*
|
||||||
@@ -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
|
||||||
|
|||||||
@@ -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__ = """
|
||||||
``
|
``
|
||||||
`````..``
|
`````..``
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user