File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44from setuptools import setup , find_packages
55
66install_requires = [
7- 'Django>=1.0 ' ,
7+ 'Django>=1.4 ' ,
88]
99
1010setup (
1111 name = "magicembed" ,
12- version = "0.2 " ,
13- url = "http://github.com/fitoria /django-magicembed" ,
12+ version = "0.3 " ,
13+ url = "http://github.com/kronoscode /django-magicembed" ,
1414 license = 'MIT' ,
1515 description = 'Django template filter utils to render videos an thumbnails.' ,
1616 author = 'Adolfo Fitoria' ,
17- author_email = 'adolfo. fitoria@gmail .com' ,
17+ author_email = 'fitoria@kronoscode .com' ,
1818 install_requires = install_requires ,
1919 packages = find_packages (),
2020 include_package_data = True ,
2626 ]
2727)
2828
29- print "There are some changes in this new version please read: http://github.com/fitoria /django-magicembed"
29+ print "There are some changes in this new version please read: http://github.com/kronoscode /django-magicembed"
You can’t perform that action at this time.
0 commit comments