Initial version, to expose NationBuilder cache tables

This commit is contained in:
Lance Edgar 2023-09-12 18:20:15 -05:00
commit 87dcb51600
16 changed files with 463 additions and 0 deletions

37
setup.cfg Normal file
View file

@ -0,0 +1,37 @@
# -*- coding: utf-8; -*-
[metadata]
name = tailbone-nationbuilder
version = attr: tailbone_nationbuilder.__version__
author = Lance Edgar
author_email = lance@edbob.org
url = https://rattailproject.org/
license = GNU GPL v3
description = Tailbone integration package for NationBuilder
long_description = file: README.md
classifiers =
Development Status :: 4 - Beta
Environment :: Web Environment
Framework :: Pyramid
Intended Audience :: Developers
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Topic :: Office/Business
Topic :: Software Development :: Libraries :: Python Modules
[options]
install_requires =
Tailbone
packages = find:
include_package_data = True
[options.entry_points]
tailbone.providers =
tailbone_nationbuilder = tailbone_nationbuilder.provider:TailboneNationBuilderProvider