Last active
December 11, 2015 18:38
-
-
Save glaucocustodio/4642428 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
from setuptools import setup | |
setup( | |
name='My Project', | |
version='1.0', | |
description='OpenShift App', | |
author='Glauco Custodio', | |
author_email='[email protected]', | |
url='http://www.python.org/sigs/distutils-sig/', | |
install_requires=['Django==1.3.5', 'PIL==1.1.7', 'sorl-thumbnail==11.12', 'South==0.7.6', 'django-grappelli==2.3.9'] | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment