summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGustavo Niemeyer <gustavo@niemeyer.net>2010-06-20 20:14:39 -0300
committerGustavo Niemeyer <gustavo@niemeyer.net>2010-06-20 20:14:39 -0300
commit35d090d4c23ee117148f80afe37791039b1c1754 (patch)
tree3aa822c8ffeb6e7164589ea57b9409f72e5856df /setup.py
parent89bcdecfe4e13112a793afc261274bac375c8638 (diff)
downloadmocker-35d090d4c23ee117148f80afe37791039b1c1754.tar.gz
Preparing to release version 1.0!
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"],