marcelblijleven/goodwe

setup.cfg references a file "VERSION"

onkelbeh opened this issue · 2 comments

which is missing in Pypi's SDIST archive.

Hope you don't mind I use your component for Home Assistant for Gentoo

The (fixed) Ebuild was committed in onkelbeh/HomeAssistantRepository@0c31434

Please take a look at the neccesary fixes:

src_prepare() {
	echo ${PV} > VERSION || die
	echo "[options.packages.find]" >> setup.cfg || die
	echo "exclude = tests*" >> setup.cfg || die
	default
}

Filed a PR for the tests exclusion
Please add an automatism for the 'VERSION' File.

Closed by #7