-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
37 lines (34 loc) · 1.07 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[metadata]
name = prejinja
version = 0.0.1
description = A Jinja2 alternative to Babel and a Jinja2 preprocessor.
author = Giacomo Marchioro
author_email = marchiorogiacomo@gmail.com
license = MIT
url = https://github.com/giacomomarchioro/prejinja
project_urls =
Source = https://github.com/giacomomarchioro/prejinja/tree/main/prejinja
long_description = file: README.md
long_description_content_type = text; charset=UTF-8
platforms = any
classifiers =
Development Status :: 3 - Alpha
Topic :: Utilities
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Environment :: Console
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: POSIX :: Linux
Operating System :: Unix
Operating System :: MacOS
Operating System :: Microsoft :: Windows
[options]
packages = prejinja
install_requires =
jinja2
[options.entry_points]
console_scripts =
prejinjaget = prejinja.CLIgetText:preJinjaGet
prejinjaput = prejinja.CLIpreprocessor:preJinjaPut