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 11.DS_Store
2+ /dist
23* .swp
34* .pyc
45* .egg-info
Original file line number Diff line number Diff line change @@ -6,16 +6,14 @@ django-elastic-transcoder
66
77Django + AWS Elastic Transcoder
88
9- _ WARNING!!! Still in Development stage_
10-
119
1210Install
1311-----------
1412
1513First, install ` dj_elastictranscode ` with ` pip `
1614
1715``` sh
18- $ pip install django-elastic-transcoder # I didn't submit to PyPI yet.
16+ $ pip install django-elastic-transcoder
1917```
2018
2119Then, 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
22from dj_elastictranscoder import __version__
33
44
55setup (
66 name = 'django-elastic-transcoder' ,
77 version = __version__ ,
8- description = "django-elastic-transcoder" ,
8+ description = "Django with AWS elastic transcoder" ,
9+ long_description = open ("README.md" ).read (),
910 author = 'tzangms' ,
10111112 url = 'http://github.com/StreetVoice/django-elastic-transcoder' ,
You can’t perform that action at this time.
0 commit comments