File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
.DS_Store
2
+ /dist
2
3
* .swp
3
4
* .pyc
4
5
* .egg-info
Original file line number Diff line number Diff line change @@ -6,16 +6,14 @@ django-elastic-transcoder
6
6
7
7
Django + AWS Elastic Transcoder
8
8
9
- _ WARNING!!! Still in Development stage_
10
-
11
9
12
10
Install
13
11
-----------
14
12
15
13
First, install ` dj_elastictranscode ` with ` pip `
16
14
17
15
``` sh
18
- $ pip install django-elastic-transcoder # I didn't submit to PyPI yet.
16
+ $ pip install django-elastic-transcoder
19
17
```
20
18
21
19
Then, add ` dj_elastictranscoder ` to ` INSTALLED_APPS `
Original file line number Diff line number Diff line change 1
- __version__ = '0.1 '
1
+ __version__ = '0.2 '
Original file line number Diff line number Diff line change 1
- from setuptools import setup , find_packages
1
+ from setuptools import setup
2
2
from dj_elastictranscoder import __version__
3
3
4
4
5
5
setup (
6
6
name = 'django-elastic-transcoder' ,
7
7
version = __version__ ,
8
- description = "django-elastic-transcoder" ,
8
+ description = "Django with AWS elastic transcoder" ,
9
+ long_description = open ("README.md" ).read (),
9
10
author = 'tzangms' ,
10
11
author_email = 'tzangms@streetvoice.com' ,
11
12
url = 'http://github.com/StreetVoice/django-elastic-transcoder' ,
You can’t perform that action at this time.
0 commit comments