Closed claudep closed 1 year ago
Ah ok sorry, I just tested it with python setup.py sdist bdist_wheel
... does this work for you? Or maybe the "new" python -m build
?
We always released source-only for django-linkcheck, so only python setup.py sdist
.
Ok nevermind, even without building the wheel, python setup.py sdist
works for me as well with python 3.10.8
and setuptools 62.1.0
.
I suspect we may be missing a packages=find_packages()
line.
Indeed, with that line it works for me (I'm probably on an older Python setup than you (3.9)).
Ok, interesting. Yeah sorry for the confusion, the automatic discovery did just work fine for me, so I thought I could remove the config line.
Just released!
When trying to release 2.0.0 (
python setup.py sdist
), I realized that the build was not including folders likemanagement
,migrations
and thattests
was empty. Probably a regression in 918d2adfb0d (ping @timoludwig).