File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ requires = ['setuptools >= 47', 'wheel']
44
55[project ]
66name = " Mako"
7- version = " 1.3.11 "
7+ dynamic = [ " version " ]
88description = " A super-fast templating language that borrows the best ideas from the existing templating languages."
99readme = " README.rst"
1010license = " MIT"
@@ -35,6 +35,7 @@ dependencies = [
3535[project .urls ]
3636Homepage = " https://www.makotemplates.org/"
3737Source = " https://github.com/sqlalchemy/mako"
38+ Documentation = " https://docs.makotemplates.org"
3839
3940[project .scripts ]
4041mako-render = " mako.cmd:cmdline"
@@ -62,6 +63,9 @@ exclude = [
6263 " examples*"
6364]
6465
66+ [tool .setuptools .dynamic ]
67+ version = {attr = " mako.__version__" }
68+
6569[tool .black ]
6670line-length = 79
6771target-version = [' py38' ]
You can’t perform that action at this time.
0 commit comments