electro-smith / json2daisy

Utility for converting JSON board definitions into valid, libDaisy compatible C++ board support files
MIT License
6 stars 1 forks source link

Add PyPi-specific files #4

Closed stephenhensley closed 2 years ago

stephenhensley commented 2 years ago

needs setup.py, setup.cfg, LICENSE (tbd, either MIT or LGPL, but probably depends on included libs..), and README

There's a pretty cool post here that goes over the whole process, and has an example of a lot of the files, and the overall process

CorvusPrudens commented 2 years ago

Turns out you don't need a setup.py for simple projects like this. In fact, it's recommended to avoid one if possible.