lthiery / SPI-Py

Hardware SPI as a C Extension for Python
286 stars 150 forks source link

added commonly expected meta-data #5

Closed EricPobot closed 10 years ago

EricPobot commented 10 years ago

Hi Louis,

I've made some minor changes in setup.py in order to replace default values by more meaningful ones. This fixes for instance the creation of the file PackageName-1.0-py2.7.egg-info when running "setup.py install" instead of something more appropriate such as "SPI_Py-1.0-py2.7.egg-info".

I've also added a couple of meta-data in setup.py to conform a bit more to expected content.

Best regards.

Eric

lthiery commented 10 years ago

Thanks, Eric. I haven't had time to revisit the project so I'm glad you made the fixes!

EricPobot commented 10 years ago

You're welcome. Glad to be able to contribute with my limited knowledge of Python packaging (I'm just an humble Padawan for the moment ;) And thanks for having been so reactive.