cocagne / pysrp

Python implementation of the Secure Remote Password protocol (SRP)
MIT License
113 stars 42 forks source link

In setup.py, provides is expected to be an iterable #2

Closed tesdal closed 11 years ago

tesdal commented 11 years ago

In setup.py, provides='srp'is interpreted as ['s', 'r', 'p'], change to provides=['srp']

cocagne commented 11 years ago

Whoops. Fixed in 1.0.4. Thanks!