Add setup_requires
Both setuptools and wheel need to be at some minimum version to be able to upload Markdown READMEs.
This commit is contained in:
parent
02923042a8
commit
1dc80c77a7
1 changed files with 5 additions and 0 deletions
5
setup.py
5
setup.py
|
@ -67,6 +67,11 @@ setup(
|
||||||
|
|
||||||
packages=['dotbot'],
|
packages=['dotbot'],
|
||||||
|
|
||||||
|
setup_requires=[
|
||||||
|
'setuptools>=38.6.0',
|
||||||
|
'wheel>=0.31.0',
|
||||||
|
],
|
||||||
|
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'PyYAML>=3.12,<4',
|
'PyYAML>=3.12,<4',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue