mirror of
https://github.com/Hopiu/django-embed-video.git
synced 2026-03-16 21:30:23 +00:00
Move to new version
This commit is contained in:
parent
2ec28d6770
commit
1a244eb75c
4 changed files with 8 additions and 2 deletions
|
|
@ -1,6 +1,11 @@
|
|||
Changes
|
||||
*******
|
||||
|
||||
0.2
|
||||
-----
|
||||
|
||||
- Support of SoundCloud
|
||||
|
||||
0.1
|
||||
-----
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
django-embed-video
|
||||
==================
|
||||
|
||||
Django app for easy embeding YouTube and Vimeo videos.
|
||||
Django app for easy embeding YouTube and Vimeo videos and music from SoundCLoud.
|
||||
|
||||
|
||||
Installation
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@ class EmbedVideoTestCase(TestCase):
|
|||
('https://soundcloud.com/glassnote/mumford-sons-i-will-wait', '67129237'),
|
||||
('https://soundcloud.com/matej-roman/jaromir-nohavica-karel-plihal-mikymauz', '7834701'),
|
||||
('https://soundcloud.com/beny97/sets/jaromir-nohavica-prazska', '960591'),
|
||||
('https://soundcloud.com/corbel-keep/norah-jones-come-away-with', '22485933'),
|
||||
)
|
||||
|
||||
def setUp(self):
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -12,7 +12,7 @@ CHANGES = read('CHANGES.rst')
|
|||
setup(
|
||||
name='django-embed-video',
|
||||
packages=find_packages(),
|
||||
version='0.1.0',
|
||||
version='0.2.0',
|
||||
author='Juda Kaleta',
|
||||
author_email='juda.kaleta@gmail.com',
|
||||
url='https://github.com/yetty/django-embed-video',
|
||||
|
|
|
|||
Loading…
Reference in a new issue