Skip to content

Commit

Permalink
Update setup.py and README
Browse files Browse the repository at this point in the history
  • Loading branch information
tzangms committed Apr 10, 2014
1 parent d93e696 commit 763d5a4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.DS_Store
/dist
*.swp
*.pyc
*.egg-info
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,14 @@ django-elastic-transcoder

Django + AWS Elastic Transcoder

_WARNING!!! Still in Development stage_


Install
-----------

First, install `dj_elastictranscode` with `pip`

```sh
$ pip install django-elastic-transcoder # I didn't submit to PyPI yet.
$ pip install django-elastic-transcoder
```

Then, add `dj_elastictranscoder` to `INSTALLED_APPS`
Expand Down
2 changes: 1 addition & 1 deletion dj_elastictranscoder/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1'
__version__ = '0.2'
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
from setuptools import setup, find_packages
from setuptools import setup
from dj_elastictranscoder import __version__


setup(
name='django-elastic-transcoder',
version=__version__,
description="django-elastic-transcoder",
description="Django with AWS elastic transcoder",
long_description=open("README.md").read(),
author='tzangms',
author_email='[email protected]',
url='http://github.com/StreetVoice/django-elastic-transcoder',
Expand Down

0 comments on commit 763d5a4

Please sign in to comment.