diff --git a/setup.cfg b/setup.cfg index 8ee1ddc..5f4557c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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