3 from setuptools import setup, find_packages
8 description='South: Migrations for Django',
9 author='Andrew Godwin & Andy McCurdy',
10 author_email='south@aeracode.org',
11 url='http://south.aeracode.org/',
12 packages=["south", "south.db", "south.management", "south.management.commands", "south.tests"],