jdegenstein commited on
Commit
9894fcb
·
unverified ·
1 Parent(s): ede9cb3

Create pyproject.toml

Browse files
Files changed (1) hide show
  1. pyproject.toml +16 -0
pyproject.toml ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [build-system]
2
+ requires = ["setuptools >= 61.0"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "nicegui-cadviewer"
7
+ version = "0.0.1"
8
+ dependencies = [
9
+ "build123d",
10
+ "ocp_vscode",
11
+ "nicegui",
12
+ "pywebview",
13
+ ]
14
+ description = "A nicegui-based CAD editor and viewer for OCP-based projects like build123d"
15
+
16
+ # [tool.setuptools.packages.find]