Skip to content

Commit b8d98c5

Browse files
committed
Add changelog
Signed-off-by: Christopher Arndt <[email protected]>
1 parent 301f0bd commit b8d98c5

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

Diff for: CHANGELOG.md

+5
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

Diff for: MANIFEST.in

+3
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

Diff for: setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ maintainer = Christopher Arndt
77
maintainer_email = [email protected]
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)