mirror of
https://github.com/gryf/pywmtemp.git
synced 2025-12-18 20:00:18 +01:00
Fix for phony multiple packages
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user