1
0
mirror of https://github.com/gryf/pywmtemp.git synced 2025-12-18 11:40:17 +01:00

Fix for phony multiple packages

This commit is contained in:
2023-06-03 11:50:33 +02:00
parent 1f51add078
commit 6f805d8bdc

View File

@@ -19,18 +19,12 @@ classifier =
Programming Language :: Python :: 3.10
Topic :: System :: Networking
[install]
record = install.log
[options.entry_points]
console_scripts =
pywmtemp = pywmtemp.pywmtemp:main
[files]
packages =
pywmtemp
[options]
packages = pywmtemp
install_requires =
wmdocklib
pyyaml