@@ -6,7 +6,20 @@ requires = ["setuptools", "setuptools-scm"]
6
6
authors = [
7
7
{
name =
" Matt Kramer" ,
email =
" [email protected] " },
8
8
{
name =
" Fabio Pliger" ,
email =
" [email protected] " },
9
- {
name =
" Nicholas Tollervey" ,
email =
" [email protected] " }
9
+ {
name =
" Nicholas Tollervey" ,
email =
" [email protected] " },
10
+ {
name =
" Fabio Rosado" ,
email =
" [email protected] " }
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"
10
23
]
11
24
dependencies = [
12
25
' importlib-metadata; python_version<"3.8"' ,
@@ -19,11 +32,12 @@ dependencies = [
19
32
" requests<=2.31.0"
20
33
]
21
34
description = " Command Line Interface for PyScript"
35
+ keywords = [" pyscript" , " cli" , " pyodide" , " micropython" , " pyscript-cli" ]
22
36
license = {text = " Apache-2.0" }
23
37
name = " pyscript"
24
38
readme = " README.md"
25
39
requires-python = " >=3.9"
26
- version = " 0.2.5 "
40
+ version = " 0.3.0 "
27
41
28
42
[project .optional-dependencies ]
29
43
dev = [
@@ -43,3 +57,9 @@ docs = [
43
57
44
58
[project .scripts ]
45
59
pyscript = " 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