0
0
mirror of https://github.com/ihabunek/toot.git synced 2025-06-30 22:18:36 -04:00

Revert "Include changelog and license in sourceballs"

This reverts commit e70c7a716372010b27f1d85478de84a007ec6aa6.
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"])
]
}
)