Skip to content

Commit

Permalink
Add in-development version and update long_description to use README
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Apr 23, 2013
1 parent b44435a commit 4d0965f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.rst
Expand Up @@ -37,4 +37,7 @@ Resources
* `Code <http://github.com/getsentry/sentry>`_
* `Mailing List <https://groups.google.com/group/getsentry>`_
* `IRC <irc://irc.freenode.net/sentry>`_ (irc.freenode.net, #sentry)
* `Transifex <https://www.transifex.net/projects/p/sentry/>`_ (Translate Sentry!)
* `Transifex <https://www.transifex.net/projects/p/sentry/>`_ (Translate Sentry!)

The `in-development version <http://github.com/getsentry/sentry/tarball/develop#egg=sentry-dev>`_
of Sentry can be installed with ``pip install sentry==dev`` or ``easy_install sentry==dev``.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -96,7 +96,7 @@
author_email='dcramer@gmail.com',
url='http://www.getsentry.com',
description='A realtime logging and aggregation server.',
long_description=__doc__,
long_description=open('README.rst').read(),
package_dir={'': 'src'},
packages=find_packages('src'),
zip_safe=False,
Expand Down

2 comments on commit 4d0965f

@kevinastone
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The develop branch doesn't seem to exist breaking the supplied link:

http://github.com/getsentry/sentry/tarball/develop#egg=sentry-dev

@dcramer
Copy link
Member Author

@dcramer dcramer commented on 4d0965f May 3, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be fixed now

Please sign in to comment.