summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 6a2467765..3d65f022e 100644
--- a/setup.py
+++ b/setup.py
@@ -31,6 +31,13 @@ setup(name = "SQLAlchemy",
packages = find_packages('lib'),
package_dir = {'':'lib'},
license = "MIT License",
+
+ entry_points = {
+ 'nose.plugins.0.10': [
+ 'sqlalchemy = sqlalchemy.test.noseplugin:NoseSQLAlchemy',
+ ]
+ },
+
long_description = """\
SQLAlchemy is: