Skip to content

Commit d75b969

Browse files
author
Lance Edgar
committed
Transfer copyright to SNFC. Exclude tests package.
1 parent 0b3c78e commit d75b969

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

fabfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
################################################################################
44
#
55
# sqlalchemy-pervasive -- SQLAlchemy Dialect for Pervasive PSQL
6-
# Copyright © 2013 Lance Edgar
6+
# Copyright © 2013 Sacramento Natural Foods Co-op, Inc
77
#
88
# This file is part of sqlalchemy-pervasive.
99
#

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
################################################################################
44
#
55
# sqlalchemy-pervasive -- SQLAlchemy Dialect for Pervasive PSQL
6-
# Copyright © 2013 Lance Edgar
6+
# Copyright © 2013 Sacramento Natural Foods Co-op, Inc
77
#
88
# This file is part of sqlalchemy-pervasive.
99
#
@@ -71,8 +71,8 @@
7171
setup(
7272
name = "sqlalchemy-pervasive",
7373
version = __version__,
74-
author = "Lance Edgar",
75-
author_email = "lance@edbob.org",
74+
author = "Sacramento Natural Foods Co-op, Inc",
75+
author_email = "it-group@sacfoodcoop.com",
7676
license = "GNU GPL v3",
7777
description = "SQLAlchemy Dialect for Pervasive PSQL",
7878
long_description = README + '\n\n' + CHANGES,
@@ -90,7 +90,7 @@
9090
],
9191

9292
install_requires = requires,
93-
packages = find_packages(),
93+
packages = find_packages(exclude=['tests']),
9494
include_package_data = True,
9595

9696
entry_points = """

sqlalchemy_pervasive/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
################################################################################
44
#
55
# sqlalchemy-pervasive -- SQLAlchemy Dialect for Pervasive PSQL
6-
# Copyright © 2013 Lance Edgar
6+
# Copyright © 2013 Sacramento Natural Foods Co-op, Inc
77
#
88
# This file is part of sqlalchemy-pervasive.
99
#

sqlalchemy_pervasive/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
################################################################################
44
#
55
# sqlalchemy-pervasive -- SQLAlchemy Dialect for Pervasive PSQL
6-
# Copyright © 2013 Lance Edgar
6+
# Copyright © 2013 Sacramento Natural Foods Co-op, Inc
77
#
88
# This file is part of sqlalchemy-pervasive.
99
#

sqlalchemy_pervasive/pyodbc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
################################################################################
44
#
55
# sqlalchemy-pervasive -- SQLAlchemy Dialect for Pervasive PSQL
6-
# Copyright © 2013 Lance Edgar
6+
# Copyright © 2013 Sacramento Natural Foods Co-op, Inc
77
#
88
# This file is part of sqlalchemy-pervasive.
99
#

0 commit comments

Comments
 (0)