Skip to content

Commit

Permalink
update setup.py to refer to dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
xsleonard committed Oct 11, 2013
1 parent 832c811 commit 8274707
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@
A Flask extension for Pystmark (a Postmark API library)
Complete documentation: http://flask-pystmark.readthedocs.org/en/latest/
Project site: https://github.com/xsleonard/flask-pystmark
Links
`````
* `documentation <http://flask-pystmark.readthedocs.org/en/latest/>`_
* `github <https://github.com/xsleonard/flask-pystmark>`_
* `development version <https://github.com/xsleonard/flask-pystmark/tarball/master#egg=Flask-Pystmark>`_
"""

import os
Expand Down Expand Up @@ -146,6 +149,13 @@ def run(self):
install_requires=[
'Flask', 'pystmark'
],
tests_require=[
'nose',
'coverage',
'disabledoc',
'mock',
'flake8',
],
classifiers=[
'Environment :: Web Environment',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 8274707

Please sign in to comment.