setup.py: Add setup-requires

This commit is contained in:
John Vandenberg 2019-11-14 23:01:40 +07:00
parent 257ef230c4
commit 4b7b16a750
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ class InstallCommand(install):
setup(
name='xmlschema',
version='1.0.15',
setup_requires=['elementpath~=1.3.0'],
install_requires=['elementpath~=1.3.0'],
packages=['xmlschema'],
include_package_data=True,