mirror of
https://codeberg.org/privacy1st/exec-notify
synced 2024-12-22 23:16:04 +01:00
minor
This commit is contained in:
parent
6db2e1a70c
commit
632566b27c
20
setup.cfg
20
setup.cfg
@ -1,6 +1,5 @@
|
||||
# setup.cfg is the configuration file for setuptools.
|
||||
# https://packaging.python.org/tutorials/packaging-projects/#configuring-metadata
|
||||
# https://pypi.org/classifiers/
|
||||
; setup.cfg is the configuration file for setuptools.
|
||||
; https://packaging.python.org/tutorials/packaging-projects/#configuring-metadata
|
||||
|
||||
[metadata]
|
||||
name = de.p1st.exec_notify
|
||||
@ -13,17 +12,14 @@ long_description_content_type = text/markdown
|
||||
url = https://codeberg.org/langfingaz/execNotify
|
||||
project_urls =
|
||||
Bug Tracker = https://codeberg.org/langfingaz/execNotify/issues
|
||||
|
||||
; https://pypi.org/classifiers/
|
||||
classifiers =
|
||||
Development Status :: 4 - Beta
|
||||
Programming Language :: Python :: 3
|
||||
License :: OSI Approved :: MIT License
|
||||
Operating System :: Unix
|
||||
|
||||
[options.entry_points]
|
||||
console_scripts=
|
||||
de-p1st-execNotify = de.p1st.exec_notify.execNotify:main
|
||||
de-p1st-notify = de.p1st.exec_notify.notify:main
|
||||
|
||||
[options]
|
||||
package_dir =
|
||||
= src
|
||||
@ -31,4 +27,10 @@ packages = find:
|
||||
python_requires = >=3.8
|
||||
|
||||
[options.packages.find]
|
||||
where = src
|
||||
where = src
|
||||
|
||||
[options.entry_points]
|
||||
; https://setuptools.readthedocs.io/en/latest/userguide/entry_point.html
|
||||
console_scripts=
|
||||
de-p1st-execNotify = de.p1st.exec_notify.execNotify:main
|
||||
de-p1st-notify = de.p1st.exec_notify.notify:main
|
||||
|
Loading…
Reference in New Issue
Block a user