Skip to content

Commit 998d320

Browse files
committed
Fix package
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
1 parent aa300e7 commit 998d320

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
## [Unreleased][]
44

5-
[Unreleased]: https://github.com/chaostoolkit/chaostoolkit-lib/compare/1.18.0...HEAD
5+
[Unreleased]: https://github.com/chaostoolkit/chaostoolkit-lib/compare/1.18.1...HEAD
6+
7+
## [1.18.1][] - 2021-02-16
8+
9+
[1.18.1]: https://github.com/chaostoolkit/chaostoolkit-lib/compare/1.18.0...1.18.1
10+
11+
### Changed
12+
13+
- Fix release package
614

715
## [1.18.0][] - 2021-02-16
816

MANIFEST.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ include requirements.txt
33
include requirements-dev.txt
44
include LICENSE
55
include CHANGELOG.md
6-
include pytest.ini

chaoslib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
__all__ = ["__version__", "decode_bytes", "substitute", "merge_vars",
2828
"convert_vars"]
29-
__version__ = '1.18.0'
29+
__version__ = '1.18.1'
3030

3131

3232
def substitute(data: Union[None, str, Dict[str, Any], List],

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ test = pytest
66
universal = 1
77

88
[metadata]
9-
name = chaoslib
9+
name = chaostoolkit-lib
1010
url = https://chaostoolkit.org
1111
project_urls =
1212
Docs: RTD = https://docs.chaostoolkit.org
@@ -19,6 +19,7 @@ long_description_content_type = text/markdown
1919
author = Chaos Toolkit
2020
author_email = contact@chaostoolkit.org
2121
zip_safe = False
22+
license_file = LICENSE
2223
platforms = any
2324
license = Apache License Version 2.0
2425
classifiers =

0 commit comments

Comments
 (0)