David Hotham

Results 126 issues of David Hotham

direct invocation of setup.py is [deprecated](https://packaging.python.org/en/latest/discussions/setup-py-deprecated/). Build and publish a wheel. setuptools is not a runtime requirement.

I notice that this package publishes only source distributions, so that every user has to build the wheel themselves. Better for package owners to build and publish wheels once and...

build and publish a wheel

- direct invocation of setup.py is deprecated - publish wheels

- direct invocation of setup.py is deprecated - publish wheels the publishing workflow went fine at 0.6.2 but I guess at 0.7.0 you forgot about it, forgot to tag the...

I notice that this package publishes only source distributions, so that every user has to build the wheel themselves. Better for package owners to build and publish wheels once and...

direct invocation of setup.py is [deprecated](https://packaging.python.org/en/latest/discussions/setup-py-deprecated/). Build and publish a wheel as well as a source distribution.

Currently this project publishes only a source distribution. Better to publish a wheel too, else every user has to build one for themselves.

I notice that this package publishes only source distributions, so that every user has to build the wheel themselves. Better for package owners to build and publish wheels once and...