blob: 970c21306fbd8ff3c674608a0509077edf1f5f18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
diff --git a/pyproject.toml b/pyproject.toml
index 4811eba..c3f20be 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -15,7 +15,7 @@ dynamic = ["version"]
authors = [
{name = "Roger Maitland", email = "gumyr9@gmail.com"},
]
-description = "A python CAD programming library "
+description = "A build123d parametric part collection"
readme = "README.md"
requires-python = ">=3.9"
keywords = [
@@ -30,7 +30,7 @@ keywords = [
]
license = {text = "Apache-2.0"}
classifiers = [
- "License :: OSI Approved :: Apache-2.0 License",
+ "License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
]
|