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 Programming Language :: Python :: 3.10
Topic :: System :: Networking Topic :: System :: Networking
[install]
record = install.log
[options.entry_points] [options.entry_points]
console_scripts = console_scripts =
pywmtemp = pywmtemp.pywmtemp:main pywmtemp = pywmtemp.pywmtemp:main
[files]
packages =
pywmtemp
[options] [options]
packages = pywmtemp
install_requires = install_requires =
wmdocklib wmdocklib
pyyaml pyyaml