worldveil / dejavu

Audio fingerprinting and recognition in Python
MIT License
6.36k stars 1.43k forks source link

More Pythonic packaging and upload to PyPi #56

Closed dat closed 9 years ago

dat commented 9 years ago

It would be beneficial to make this package compatible with how normal Python packages are organized and distributed. Good inspiration:

Ken Reitz has some good example packages on his page. Then you can simply upload it to PyPi and share with the world!

worldveil commented 9 years ago

See https://github.com/worldveil/dejavu/pull/64.