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

View file

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