-
Notifications
You must be signed in to change notification settings - Fork 2
/
setup.cfg
37 lines (31 loc) · 932 Bytes
/
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 = trubar
version = 0.3.4
author = Janez Demsar
author_email = [email protected]
description = Utility for translation of Python sources
long_description = A tool for localization of Python messages via translating source files.
long_description_content_type = text/markdown
classifiers =
Development Status :: 2 - Pre-Alpha
Intended Audience :: Developers
Topic :: Software Development :: Localization
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
project_urls =
Documentation = https://janezd.github.io/trubar
Source code = https://github.com/janezd/trubar
Bug tracker = https://github.com/janezd/trubar/issues
[options]
package_dir =
= .
packages = find:
install_requires =
libcst
pyyaml
python_requires = >=3.9
[options.extras_require]
docs = mkdocs
[options.entry_points]
console_scripts =
trubar = trubar.__main__:main