Add Makefile to package

issue #91
This commit is contained in:
Ivan Habunek 2019-02-13 12:56:47 +01:00
parent 32b1c67d49
commit f88de49438
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ setup(
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],
data_files=[('', ['Makefile'])],
packages=['toot', 'toot.ui'],
python_requires=">=3.3",
install_requires=[