Skip to content

Commit

Permalink
Add sim2sumo as console script
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sol committed Sep 28, 2023
1 parent df8f5ec commit 180ae2d
Showing 1 changed file with 7 additions and 18 deletions.
25 changes: 7 additions & 18 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,29 +39,18 @@ install_requires =
ecl2df
setup_requires =
setuptools_scm
ert
ecl2df

[bdist_wheel]
universal = 1

[aliases]
test=pytest

# [options.entry_points]
# console_scripts =
# screed = screed.__main__:main

# [options.extras_require]
# test =
# pytest >= 6.2.2
# pycodestyle
# pytest-cov
# all =
# %(test)s
# # -----------------------
# [options]
# # ...
# packages = find:
# include_package_data = True

[options.packages.find]
where = src
where = src

[options.entry_points]
console_scripts =
sim2sumo = fmu.sumo.sim2sumo:main

0 comments on commit 180ae2d

Please sign in to comment.