Merge pull request #143 from jayvdb/setup-requires

setup.py: Add setup-requires
This commit is contained in:
Davide Brunato 2019-11-15 10:10:46 +01:00 committed by GitHub
commit f72c23b972
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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,