We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c69159 commit e017a8eCopy full SHA for e017a8e
setup.py
@@ -56,7 +56,6 @@ def load_requirements(path: PurePath) -> List[str]:
56
include_package_data=True,
57
package_data={'pyff': ['xslt/*.xsl', 'schema/*.xsd']},
58
zip_safe=False,
59
- install_requires=install_requires,
60
scripts=['scripts/mirror-mdq.sh'],
61
entry_points={
62
'console_scripts': ['pyff=pyff.md:main', 'pyffd=pyff.mdq:main', 'samldiff=pyff.tools:difftool'],
0 commit comments