-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
22 lines (21 loc) · 764 Bytes
/
setup.cfg
File metadata and controls
22 lines (21 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[metadata]
name = pysolr_utils
version = 0.0.1
description = Python SOLR Utilities to workaround SOLR API shortcomings.
url = https://github.com/JVickery-TBS/pysolr-utils
author = Jesse Vickery
author_email = jesse.vickery@tbs-sct.gc.ca
license = AGPL
classifiers =
Development Status :: 4 - Beta
License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
keywords = CKAN Datastore SOLR search index indices
[options]
packages = find:
namespace_packages = solr_utils
install_requires =
include_package_data = True