File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " pylasu"
7- version = " 0.6.0 "
7+ dynamic = [ " version " , " optional-dependencies " ]
88authors = [
99 { name =" Lorenzo Addazi" , email =" lorenzo.addazi@strumenta.com" },
1010 { name =" Alessio Stalla" , email =" alessio.stalla@strumenta.com" },
@@ -18,6 +18,7 @@ classifiers = [
1818 " License :: OSI Approved :: Apache Software License" ,
1919 " Operating System :: OS Independent" ,
2020]
21+ license = { file =" LICENSE" }
2122
2223[project .urls ]
2324"Homepage" = " https://github.com/strumenta/pylasu"
Original file line number Diff line number Diff line change 1010 exec (f .read (), about )
1111
1212setup (
13- name = 'pylasu' ,
1413 packages = find_packages (exclude = ["tests" ]),
1514 version = about ['__version__' ],
16- description = 'Pylasu is an AST Library in the StarLasu family, targeting the Python language.' ,
17- author = 'Strumenta S.R.L.' ,
18- license = 'Apache License V2' ,
1915 install_requires = [],
2016 setup_requires = ['pytest-runner' ],
2117 tests_require = ['pytest==4.4.1' ],
You can’t perform that action at this time.
0 commit comments