Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Deleted old ELK dockerfiles and updated version number to 0.0.5 until…
… release is confirmed
- Loading branch information
1 parent
6b9c21a
commit 2a8d3e7237d19558ecce9630c6b67671e6e2cff8
Showing
20 changed files
with
132 additions
and
770 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -18,8 +18,6 @@ | ||
LICENSE | ||
NOTICE | ||
env | ||
userale | ||
es | ||
docs | ||
doc_requirements.txt | ||
docker | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
include MANIFEST.in | ||
include README.md | ||
include CHANGELOG.md | ||
include LICENSE.txt | ||
include setup.py | ||
include README.txt | ||
include CHANGELOG.txt | ||
include LICENSE.txt | ||
|
||
# Include all sources | ||
graft distill | ||
|
||
# Exclude | ||
global-exclude *.py[co] | ||
global-exclude __pycache__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -19,4 +19,4 @@ | ||
and parsed by ``setup.py``. | ||
""" | ||
|
||
__version__ = "0.1.4" | ||
__version__ = "0.0.5" |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.