0
0
mirror of https://github.com/ihabunek/toot.git synced 2025-10-21 19:44:16 -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

View File

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