Transfer copyright to SNFC. Exclude tests package.

This commit is contained in:
Lance Edgar 2013-10-23 10:26:05 -07:00
parent 0b3c78ec19
commit d75b969c18
5 changed files with 8 additions and 8 deletions

2
fabfile.py vendored
View file

@ -3,7 +3,7 @@
################################################################################ ################################################################################
# #
# sqlalchemy-pervasive -- SQLAlchemy Dialect for Pervasive PSQL # sqlalchemy-pervasive -- SQLAlchemy Dialect for Pervasive PSQL
# Copyright © 2013 Lance Edgar # Copyright © 2013 Sacramento Natural Foods Co-op, Inc
# #
# This file is part of sqlalchemy-pervasive. # This file is part of sqlalchemy-pervasive.
# #

View file

@ -3,7 +3,7 @@
################################################################################ ################################################################################
# #
# sqlalchemy-pervasive -- SQLAlchemy Dialect for Pervasive PSQL # sqlalchemy-pervasive -- SQLAlchemy Dialect for Pervasive PSQL
# Copyright © 2013 Lance Edgar # Copyright © 2013 Sacramento Natural Foods Co-op, Inc
# #
# This file is part of sqlalchemy-pervasive. # This file is part of sqlalchemy-pervasive.
# #
@ -71,8 +71,8 @@ requires = [
setup( setup(
name = "sqlalchemy-pervasive", name = "sqlalchemy-pervasive",
version = __version__, version = __version__,
author = "Lance Edgar", author = "Sacramento Natural Foods Co-op, Inc",
author_email = "lance@edbob.org", author_email = "it-group@sacfoodcoop.com",
license = "GNU GPL v3", license = "GNU GPL v3",
description = "SQLAlchemy Dialect for Pervasive PSQL", description = "SQLAlchemy Dialect for Pervasive PSQL",
long_description = README + '\n\n' + CHANGES, long_description = README + '\n\n' + CHANGES,
@ -90,7 +90,7 @@ setup(
], ],
install_requires = requires, install_requires = requires,
packages = find_packages(), packages = find_packages(exclude=['tests']),
include_package_data = True, include_package_data = True,
entry_points = """ entry_points = """

View file

@ -3,7 +3,7 @@
################################################################################ ################################################################################
# #
# sqlalchemy-pervasive -- SQLAlchemy Dialect for Pervasive PSQL # sqlalchemy-pervasive -- SQLAlchemy Dialect for Pervasive PSQL
# Copyright © 2013 Lance Edgar # Copyright © 2013 Sacramento Natural Foods Co-op, Inc
# #
# This file is part of sqlalchemy-pervasive. # This file is part of sqlalchemy-pervasive.
# #

View file

@ -3,7 +3,7 @@
################################################################################ ################################################################################
# #
# sqlalchemy-pervasive -- SQLAlchemy Dialect for Pervasive PSQL # sqlalchemy-pervasive -- SQLAlchemy Dialect for Pervasive PSQL
# Copyright © 2013 Lance Edgar # Copyright © 2013 Sacramento Natural Foods Co-op, Inc
# #
# This file is part of sqlalchemy-pervasive. # This file is part of sqlalchemy-pervasive.
# #

View file

@ -3,7 +3,7 @@
################################################################################ ################################################################################
# #
# sqlalchemy-pervasive -- SQLAlchemy Dialect for Pervasive PSQL # sqlalchemy-pervasive -- SQLAlchemy Dialect for Pervasive PSQL
# Copyright © 2013 Lance Edgar # Copyright © 2013 Sacramento Natural Foods Co-op, Inc
# #
# This file is part of sqlalchemy-pervasive. # This file is part of sqlalchemy-pervasive.
# #