summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 589ad47..c7e5e1e 100755
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ setup(
description="Graceful platform for test doubles in Python (mocks, stubs, fakes, and dummies).",
author="Gustavo Niemeyer",
author_email="gustavo@niemeyer.net",
- license="PSF License",
+ license="BSD",
url="http://labix.org/mocker",
download_url="https://launchpad.net/mocker/+download",
py_modules=["mocker"],