1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-09-22 04:25:55 -04:00

Revert "Include changelog and license in sourceballs"

This reverts commit e70c7a7163.
This commit is contained in:
Ivan Habunek 2020-01-23 13:14:02 +01:00
parent 690a91ce04
commit 39e2c0502a
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95

View File

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