1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-06-30 06:35:24 +00:00

Include changelog and license in sourceballs

issue #133
This commit is contained in:
Ivan Habunek 2020-01-21 09:19:44 +01:00
parent 6d18fd55a1
commit e70c7a7163
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95

View File

@ -47,5 +47,8 @@ setup(
'console_scripts': [
'toot=toot.console:main',
],
}
},
data_files=[
("", ["LICENSE", "CHANGELOG.md"])
]
)