Merge pull request #614 from MarcFontaine/main

restore options.entry_points
pull/632/head
Holger Müller 2023-03-10 19:02:58 +01:00 zatwierdzone przez GitHub
commit 2c58b2ba8f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 9 usunięć

Wyświetl plik

@ -53,15 +53,8 @@ testing =
pytest-cov
[options.entry_points]
# Add here console scripts like:
# console_scripts =
# script_name = NanoVNASaver.module:function
# For example:
# console_scripts =
# fibonacci = NanoVNASaver.skeleton:run
# And any other entry points, for example:
# pyscaffold.cli =
# awesome = pyscaffoldext.awesome.extension:AwesomeExtension
console_scripts =
NanoVNASaver = NanoVNASaver.__main__:main
[tool:pytest]
# Specify command line options as you would do when invoking pytest directly.