zeekay / decorum

Python decorator helper library.
MIT License
14 stars 2 forks source link

Missing url in setup #12

Closed benoitbryon closed 9 years ago

benoitbryon commented 9 years ago

Setup script has no "url" attribute. Leads to a warning:

$ make develop
...
Successfully installed Decorum

$ make test
tox
...
running sdist
running check
warning: check: missing required meta-data: url
...