mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-04 18:20:09 +01:00
making flake8 happy
This commit is contained in:
4
setup.py
4
setup.py
@@ -106,7 +106,7 @@ setup(
|
||||
# your project is installed. For an analysis of "install_requires" vs pip's
|
||||
# requirements files see:
|
||||
# https://packaging.python.org/en/latest/requirements.html
|
||||
install_requires=["networkx", "pyparsing>=2.3.1", "ruamel.yaml>=0.15.71",],
|
||||
install_requires=["networkx", "pyparsing>=2.3.1", "ruamel.yaml>=0.15.71"],
|
||||
python_requires=">=3.5",
|
||||
# List additional groups of dependencies here (e.g. development
|
||||
# dependencies). You can install these using the following syntax,
|
||||
@@ -128,7 +128,7 @@ setup(
|
||||
# To provide executable scripts, use entry points in preference to the
|
||||
# "scripts" keyword. Entry points provide cross-platform support and allow
|
||||
# pip to create the appropriate form of executable for the target platform.
|
||||
entry_points={"console_scripts": ["osaca=osaca.osaca:main",],},
|
||||
entry_points={"console_scripts": ["osaca=osaca.osaca:main"]},
|
||||
# Overwriting install and sdist to enforce cache distribution with package
|
||||
cmdclass={"install": install, "sdist": sdist},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user