-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
0 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,3 @@ | ||
[metadata] | ||
name = ckanext-let-me-in | ||
version = 1.0.1 | ||
description = An extension that generates a one-time login link for a user | ||
long_description = file: README.md | ||
long_description_content_type = text/markdown | ||
url = https://github.com/mutantsan/ckanext-let-me-in | ||
author = Oleksandr Cherniavskyi | ||
author_email = [email protected] | ||
license = AGPL | ||
classifiers = | ||
Development Status :: 4 - Beta | ||
License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+) | ||
Programming Language :: Python :: 3.8 | ||
Programming Language :: Python :: 3.9 | ||
Programming Language :: Python :: 3.10 | ||
keywords = CKAN | ||
|
||
[options] | ||
packages = find: | ||
namespace_packages = ckanext | ||
install_requires = | ||
include_package_data = True | ||
|
||
[options.entry_points] | ||
ckan.plugins = | ||
let_me_in = ckanext.let_me_in.plugin:LetMeInPlugin | ||
test_otl_plugin = ckanext.let_me_in.tests.test_interface:TestOTLPlugin | ||
|
||
babel.extractors = | ||
ckan = ckan.lib.extract:extract_ckan | ||
|
||
[options.extras_require] | ||
|
||
[extract_messages] | ||
keywords = translate isPlural | ||
add_comments = TRANSLATORS: | ||
|