Commit graph

5 commits

Author SHA1 Message Date
35ce615953 Fix version in circuitpython-stubs
the configuration that tried to use setuptools_scm was broken.
Instead, provides circuitpython-stubs' setup.py with the version
determined by setuptools_scm running in the git source directory.
2025-01-10 15:24:05 -06:00
foamyguy
9306670fd3 device specific stubs 2024-02-04 14:08:33 -06:00
Dan Halbert
7107692678 use --long for describe in setup.py-stubs 2022-02-18 21:22:02 -05:00
Jeff Epler
c4c7a6ff62 use describe program during building stubs
Closes: #5793
2022-02-14 17:01:07 -06:00
f51ca53553 refine stubs-building procedure
* so that excess files are not included in sdist, perform build down
   in circuitpython-stubs
 * This means we need to
   * Remove the need-pypi check
   * Copy a setup.py, README, and MANIFEST.in into the stubs build location
   * Revamp how the overall `mypy --strict` check lists its inputs
 * Add a new test that actually installing the stubs lets us do type
   checking (tools/test-stubs.sh)
 * Add a missing return type to a __init__ function (why was this not
   an error under `mypy --strict`, I wonder)
2021-06-22 08:59:05 -05:00
Renamed from setup.py (Browse further)