File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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#
Original file line number Diff line number Diff line change 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#
7171setup (
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 ,
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 = """
Original file line number Diff line number Diff line change 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#
Original file line number Diff line number Diff line change 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#
Original file line number Diff line number Diff line change 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#
You can’t perform that action at this time.
0 commit comments