restore options.entry_points

pull/614/head
MarcFontaine 2023-03-10 18:46:50 +01:00
rodzic db5cd98e03
commit a45baea9e2
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: F54F455F119926AB
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.