We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6fc676 commit 6b262afCopy full SHA for 6b262af
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = fluent_compiler
3
-version = 0.3
+version = attr: fluent_compiler.__version__
4
description = Blazing fast implementation of Fluent localization language.
5
long_description = file: README.rst
6
long_description_content_type = text/x-rst
src/fluent_compiler/__init__.py
@@ -0,0 +1 @@
+__version__ = "0.3"
0 commit comments