Search found 2 matches

by ZXPrinter
Tue Nov 23, 2021 6:12 pm
Forum: Programs, Libraries and Tools
Topic: How to mark a library as suitable for MicroPython
Replies: 2
Views: 3803

Re: How to mark a library as suitable for MicroPython

Ah... nevermind. "Programming Language :: Python :: Implementation :: MicroPython" it is.
by ZXPrinter
Tue Nov 23, 2021 4:54 pm
Forum: Programs, Libraries and Tools
Topic: How to mark a library as suitable for MicroPython
Replies: 2
Views: 3803

How to mark a library as suitable for MicroPython

Hi, I have uploaded to PyPi a small library I need for a course (that uses the Pico). Thonny is complaining that it doesn't look like a MicroPython package. I would like to get rid of the warning. How do I have to name or mark my library to achieve that? Is there a specific field in the PyPi metadat...