Skip to content

Commit

Permalink
Made setup.py actually for this project :)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericholscher committed Nov 26, 2008
1 parent 94499b4 commit 88620dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
@@ -1,12 +1,12 @@
from setuptools import setup, find_packages

setup(
name = "django-testmaker",
version = "0.2a3",
name = "django-test-utils",
version = "0.2",
packages = find_packages(),
author = "Eric Holscher",
author_email = "eric@ericholscher.com",
description = "A package to help automate creation of testing in Django",
url = "http://code.google.com/p/django-testmaker/",
description = "A package to help testing in Django",
url = "http://github.com/ericholscher/django-test-utils/tree/master",
include_package_data = True
)

0 comments on commit 88620dd

Please sign in to comment.