@@ -6,7 +6,20 @@ requires = ["setuptools", "setuptools-scm"]
66authors = [
77 {name = " Matt Kramer" , email = " mkramer@anaconda.com" },
88 {name = " Fabio Pliger" , email = " fpliger@anaconda.com" },
9- {name = " Nicholas Tollervey" , email = " ntollervey@anaconda.com" }
9+ {name = " Nicholas Tollervey" , email = " ntollervey@anaconda.com" },
10+ {name = " Fabio Rosado" , email = " frosado@anaconda.com" }
11+ ]
12+ classifiers = [
13+ " Development Status :: 4 - Beta" ,
14+ " Environment :: Console" ,
15+ " Intended Audience :: Developers" ,
16+ " License :: OSI Approved :: Apache Software License" ,
17+ " Programming Language :: Python :: 3" ,
18+ " Programming Language :: Python :: 3.9" ,
19+ " Programming Language :: Python :: 3.10" ,
20+ " Topic :: Software Development :: Code Generators" ,
21+ " Topic :: Software Development :: Libraries :: Python Modules" ,
22+ " Topic :: Software Development :: Pre-processors"
1023]
1124dependencies = [
1225 ' importlib-metadata; python_version<"3.8"' ,
@@ -19,11 +32,12 @@ dependencies = [
1932 " requests<=2.31.0"
2033]
2134description = " Command Line Interface for PyScript"
35+ keywords = [" pyscript" , " cli" , " pyodide" , " micropython" , " pyscript-cli" ]
2236license = {text = " Apache-2.0" }
2337name = " pyscript"
2438readme = " README.md"
2539requires-python = " >=3.9"
26- version = " 0.2.5 "
40+ version = " 0.3.0 "
2741
2842[project .optional-dependencies ]
2943dev = [
@@ -43,3 +57,9 @@ docs = [
4357
4458[project .scripts ]
4559pyscript = " pyscript.cli:app"
60+
61+ [project .urls ]
62+ Documentation = " https://docs.pyscript.net"
63+ Examples = " https://pyscript.com/@examples"
64+ Homepage = " https://pyscript.net"
65+ Repository = " https://github.com/pyscript/pyscript-cli"
0 commit comments