Skip to content

Commit

Permalink
Updated setup.py for keywords and url.
Browse files Browse the repository at this point in the history
  • Loading branch information
timmartin19 committed Jul 7, 2015
1 parent 0360f9e commit 4933860
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,12 @@
'sphinx'
]
},
keywords='REST HATEOAS Hypermedia RESTful SIREN HAL API web framework',
tests_require=[
'unittest2',
'tox',
'mock',
],
test_suite="ripozo_tests"
test_suite="ripozo_tests",
url='http://ripozo.readthedocs.org/'
)

0 comments on commit 4933860

Please sign in to comment.