File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -13,17 +13,32 @@ keywords =
13
13
localization
14
14
l10n
15
15
compiler
16
+ projectfluent
17
+ ftl
16
18
classifiers =
17
19
Development Status :: 5 - Production/Stable
18
20
Intended Audience :: Developers
19
21
License :: OSI Approved :: Apache Software License
22
+ Operating System :: OS Independent
23
+ Programming Language :: Python :: 3 :: Only
20
24
Programming Language :: Python :: 3.6
21
25
Programming Language :: Python :: 3.7
22
26
Programming Language :: Python :: 3.8
23
27
Programming Language :: Python :: 3.9
24
28
Programming Language :: Python :: 3.10
25
29
Programming Language :: Python :: 3.11
26
30
Programming Language :: Python :: 3.12
31
+ Programming Language :: Python :: Implementation :: CPython
32
+ Programming Language :: Python :: Implementation :: PyPy
33
+ Topic :: Software Development :: Compilers
34
+ Topic :: Software Development :: Libraries :: Python Modules
35
+ Topic :: Software Development :: Localization
36
+ project_urls =
37
+ Homepage = https://github.com/django-ftl/fluent-compiler
38
+ Documentation = https://fluent-compiler.readthedocs.io/en/latest/
39
+ Repository = https://github.com/django-ftl/fluent-compiler
40
+ Changelog = https://fluent-compiler.readthedocs.io/en/latest/history.html
41
+ Tracker = https://github.com/django-ftl/fluent-compiler/issues
27
42
28
43
[options]
29
44
packages = find:
You can’t perform that action at this time.
0 commit comments