We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f86da0 commit 37dc529Copy full SHA for 37dc529
pyproject.toml
@@ -0,0 +1,23 @@
1
+[build-system]
2
+requires = ["hatchling >= 1.26"]
3
+build-backend = "hatchling.build"
4
+
5
+[project]
6
+name = "pystran"
7
+version = "0.0.1"
8
+authors = [
9
+ { name="Petr Krysl", email="pkrysl@ucsd.edu" },
10
+]
11
+description = "Python Structural Analysis package"
12
+readme = "README.md"
13
+requires-python = ">=3.9"
14
+classifiers = [
15
+ "Programming Language :: Python :: 3",
16
+ "Operating System :: OS Independent",
17
18
+license = "MIT"
19
+license-files = ["LICEN[CS]E*"]
20
21
+[project.urls]
22
+Homepage = "https://github.com/PetrKryslUCSD/pystran"
23
+Issues = "https://github.com/PetrKryslUCSD/pystran/issues"
0 commit comments