Skip to content

Commit

Permalink
Merge pull request #3 from eventbrite/mark-as-deprecated
Browse files Browse the repository at this point in the history
Mark this project as deprecated in favor of new version
  • Loading branch information
pydanny committed Feb 10, 2015
2 parents 2bdc118 + 9eb54d3 commit 3deb64b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 91 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#eventbrite-client.py#

## This project has been deprecated

This project has been deprecate in favor of our newer version. Please begin using the [eventbrite-sdk-python](https://github.com/eventbrite/eventbrite-sdk-python) instead.

##Description##
A simple python-based http client for the Eventbrite API

Expand Down
89 changes: 0 additions & 89 deletions README.txt

This file was deleted.

1 change: 0 additions & 1 deletion eventbrite.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ CHANGES.txt
LICENSE.txt
MANIFEST.in
README.md
README.txt
setup.cfg
setup.py
eventbrite/__init__.py
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
author = 'Ryan Jarvinen',
author_email = 'ryan.jarvinen@gmail.com',
description = "pyhton client for Eventbrite's HTTP-based API",
long_description=open('README.txt').read(),
long_description=open('README.md').read(),
url = 'http://github.com/eventbrite/eventbrite-client-py',
packages = ['eventbrite'],
license='Apache',
Expand Down

0 comments on commit 3deb64b

Please sign in to comment.