62 lines
1.6 KiB
INI
62 lines
1.6 KiB
INI
[metadata]
|
|
name = ckanext-d4science
|
|
version = 0.0.1
|
|
description = d4science custom extensions
|
|
long_description = file: README.md
|
|
long_description_content_type = text/markdown
|
|
url = https://github.com/d4science/ckanext-d4science
|
|
author = d4science
|
|
author_email = info@d4science.org
|
|
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
|
|
|
|
[options]
|
|
packages = find:
|
|
install_requires =
|
|
include_package_data = True
|
|
|
|
[options.entry_points]
|
|
ckan.plugins =
|
|
d4science = ckanext.d4science.plugin:D4SciencePlugin
|
|
|
|
babel.extractors =
|
|
ckan = ckan.lib.extract:extract_ckan
|
|
|
|
[options.extras_require]
|
|
|
|
[extract_messages]
|
|
keywords = translate isPlural
|
|
add_comments = TRANSLATORS:
|
|
output_file = ckanext/d4science/i18n/ckanext-d4science.pot
|
|
width = 80
|
|
|
|
[init_catalog]
|
|
domain = ckanext-d4science
|
|
input_file = ckanext/d4science/i18n/ckanext-d4science.pot
|
|
output_dir = ckanext/d4science/i18n
|
|
|
|
[update_catalog]
|
|
domain = ckanext-d4science
|
|
input_file = ckanext/d4science/i18n/ckanext-d4science.pot
|
|
output_dir = ckanext/d4science/i18n
|
|
previous = true
|
|
|
|
[compile_catalog]
|
|
domain = ckanext-d4science
|
|
directory = ckanext/d4science/i18n
|
|
statistics = true
|
|
|
|
[tool:pytest]
|
|
filterwarnings =
|
|
ignore::sqlalchemy.exc.SADeprecationWarning
|
|
ignore::sqlalchemy.exc.SAWarning
|
|
ignore::DeprecationWarning
|
|
addopts = --ckan-ini test.ini
|