diff --git a/fabfile.py b/fabfile.py index 2d4fe5c5f38cedc62ffbc5407e11d6b174fd29b9..38943242e2ff3bac45ccfa03214e84be957c75b9 100644 --- a/fabfile.py +++ b/fabfile.py @@ -3,7 +3,7 @@ ################################################################################ # # 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. # diff --git a/setup.py b/setup.py index c3d353f34024fb260787324e80212c2170abf199..8f35bda7cba234de5814a3f3af86c8b7c8cffe1e 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ ################################################################################ # # 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. # @@ -71,8 +71,8 @@ requires = [ setup( name = "sqlalchemy-pervasive", version = __version__, - author = "Lance Edgar", - author_email = "lance@edbob.org", + author = "Sacramento Natural Foods Co-op, Inc", + author_email = "it-group@sacfoodcoop.com", license = "GNU GPL v3", description = "SQLAlchemy Dialect for Pervasive PSQL", long_description = README + '\n\n' + CHANGES, @@ -90,7 +90,7 @@ setup( ], install_requires = requires, - packages = find_packages(), + packages = find_packages(exclude=['tests']), include_package_data = True, entry_points = """ diff --git a/sqlalchemy_pervasive/__init__.py b/sqlalchemy_pervasive/__init__.py index 89aaab6b308c01e9e84da2893ff7de2adef7dd7f..dd6cf452ad557edfd1f4f93e1378a35cf796fefa 100644 --- a/sqlalchemy_pervasive/__init__.py +++ b/sqlalchemy_pervasive/__init__.py @@ -3,7 +3,7 @@ ################################################################################ # # 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. # diff --git a/sqlalchemy_pervasive/base.py b/sqlalchemy_pervasive/base.py index 85723bd117773b25555eb575e831eb5d9d217cae..5a7ae7f897d7dcaed906bc6ad481321c8dddb4ee 100644 --- a/sqlalchemy_pervasive/base.py +++ b/sqlalchemy_pervasive/base.py @@ -3,7 +3,7 @@ ################################################################################ # # 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. # diff --git a/sqlalchemy_pervasive/pyodbc.py b/sqlalchemy_pervasive/pyodbc.py index 8dfcc66cc50a914101cd4f989d4c370145834414..824330eb82e8f210b85030a57ed70fd55690cef1 100644 --- a/sqlalchemy_pervasive/pyodbc.py +++ b/sqlalchemy_pervasive/pyodbc.py @@ -3,7 +3,7 @@ ################################################################################ # # 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. #