Skip to content

Conversation

@andrewleech
Copy link
Contributor

Curiously the stdlib/types module missed getting a manifest file in the big migration from setup.py to manifest.py perhaps because it was missing the metadata.txt and only had setup.py

@andrewleech
Copy link
Contributor Author

On a related note...

/micropython-lib/python-stdlib $ for F in *; do if [ ! -f $F/manifest.py ]; then ls $F/manifest.py;fi;done
ls: cannot access 'README.md/manifest.py': Not a directory
ls: cannot access 'bisect/manifest.py': No such file or directory
ls: cannot access 'json/manifest.py': No such file or directory
ls: cannot access 'keyword/manifest.py': No such file or directory

@dpgeorge dpgeorge merged commit 028a369 into micropython:master Jul 21, 2023
@dpgeorge
Copy link
Member

Thanks!

@andrewleech andrewleech deleted the types-manifest branch September 6, 2024 03:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants