Skip to content

Commit b8d98c5

Browse files
committed
Add changelog
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
1 parent 301f0bd commit b8d98c5

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
## Version 0.10.0 (2021-04-18)
4+
5+
* Initial release as a stand-lone project

MANIFEST.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
include CHANGELOG.md
2+
include README.md
3+
recursive-include examples *.py

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ maintainer = Christopher Arndt
77
maintainer_email = chris@chrisarndt.de
88
license = GPLv2+
99
license_file = COPYING
10-
long_description = file: README.md
10+
long_description = file: README.md, file: CHANGELOG.md
1111
long_description_content_type = text/markdown
1212
url = https://github.com/jackaudio/pyjacklib
1313
keywords =

0 commit comments

Comments
 (0)