Skip to content

Commit 7a2bee2

Browse files
committed
Remove tests folder in setup.py. Bump version to 1.0.2.
1 parent 314e85f commit 7a2bee2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

elasticecslogging/handlers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class IndexNameFrequency(Enum):
9090
'msg']
9191

9292
__AGENT_TYPE = 'python-elasticsearch-ecs-logger'
93-
__AGENT_VERSION = '1.0.1'
93+
__AGENT_VERSION = '1.0.2'
9494
__ECS_VERSION = "1.4.0"
9595

9696
@staticmethod

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# Versions should comply with PEP440. For a discussion on single-sourcing
3131
# the version across setup.py and the project code, see
3232
# https://packaging.python.org/en/latest/single_source_version.html
33-
version='1.0.1',
33+
version='1.0.2',
3434

3535
description='Elasticsearch ECS Log handler for the logging library',
3636
long_description=long_description,
@@ -72,7 +72,7 @@
7272

7373
# You can just specify the packages manually here if your project is
7474
# simple. Or you can use find_packages().
75-
packages=find_packages(exclude=['dist', 'docs', 'build']),
75+
packages=find_packages(exclude=['dist', 'docs', 'build', 'tests']),
7676

7777
# Alternatively, if you want to distribute just a my_module.py, uncomment
7878
# this:

0 commit comments

Comments
 (0)