about summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml10
1 files changed, 8 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index d11b2ba..3e2d251 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -21,8 +21,10 @@ classifiers = [
     'Programming Language :: Python',
     'Topic :: Utilities' ]
 dynamic = [ 'version' ]
-urls = { Source = 'https://trong.loang.net/scadere' }
-scripts = { scadere = 'scadere.__main__:main' }
+
+[project.urls]
+Source = 'https://trong.loang.net/scadere'
+Inbox = 'https://loa.loang.net/chung'
 
 [project.optional-dependencies]
 dev = [ 'coverage',
@@ -32,6 +34,10 @@ dev = [ 'coverage',
         'pytest-asyncio',
         'trustme >= 1.2.0' ]
 
+[project.scripts]
+scadere-check = 'scadere.check:main'
+scadere-listen = 'scadere.listen:main'
+
 [tool.pytest.ini_options]
 asyncio_mode = 'auto'
 asyncio_default_fixture_loop_scope = 'function'