Alec Delaney

Results 98 comments of Alec Delaney

Also, I set the license as MIT like my other repository, but didn't know if Python was a better fit. Happy to change as necessary.

Now patched! PyPI variants now have the correct tag version!

@jepler @kattni I think this is now resolved since everything is on PyPI for Mu. Also, I have a [PR out for the cookiecutter](https://github.com/adafruit/cookiecutter-adafruit-circuitpython/pull/200) to remove the option NOT to...

This is due to an issue with `pyproject.toml` not including `requirements.txt` during the build/upload step, I believe. This should be fixed with #135 which will make sure those files are...

@kattni With the addition of all libraries to PyPI for Mu, is this closed, since the answer is now pip?

Yup! PR already includes the updated manual installation command! Additional change is that CI takes care of updating version strings, by the way. Manual installs will be version `0.0.0`.

@brentru let me know if any additional changes are needed

My personal vote would be to transition to a `setuptools` backend to match the few hundred libraries we just migrated to be that so they all match. If we want...

@brentru I think I might have fixed the previous issue, so just need approval for the CI again

@brentru is anything still needed before CI run?