monitoring-plugins
monitoring-plugins copied to clipboard
Make project installable using pip?
Describe the solution you'd like
Including setup.py?
Additional context
No response
I managed to use this for the lib repository:`
from distutils.core import setup
setup(name='lib',
version='20230609dev3',
package_dir={'lib':''}
)
I'm not sure if pip caches the version even if one uses the commit. If it does maybe there is a trick for main or it needs to be incremented with every commit. For rcc.exe run there is --force option but this is expensive as all dependencies get rebuild.
Thanks for your input. I will do some tests sometime soon.
Also see https://github.com/Linuxfabrik/lib/issues/80