Skip to content

Commit db8a97d

Browse files
committed
Update pyproject.toml
1 parent 2f80bb5 commit db8a97d

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "xsection"
3-
version = "0.0.28"
3+
version = "0.0.30"
44
authors = [
55
{name="Claudio M. Perez", email="50180406+claudioperez@users.noreply.github.com"}
66
]
@@ -15,6 +15,7 @@ keywords = [
1515
"structural analysis",
1616
"xara",
1717
"fedeas",
18+
"opensees"
1819
]
1920

2021
classifiers = [
@@ -47,7 +48,7 @@ dependencies = [
4748
"shps>=0.0.33",
4849
"veux>=0.0.40",
4950
# Analysis
50-
"xara>=0.0.8", # 16
51+
"xara>=0.0.17", # 16
5152
"opensees>=0.1.22",
5253
# Meshing
5354
# "pygmsh",
@@ -57,8 +58,8 @@ dependencies = [
5758

5859
[project.urls]
5960
Home = "https://fedeas.net"
60-
#repository = "http://github.com/FEDEASLab/xsection"
61-
documentation = "https://peer-open-source.github.io/xsection"
61+
Repository = "https://github.com/FEDEASLab/xsection"
62+
Documentation = "https://peer-open-source.github.io/xsection"
6263

6364
[project.scripts]
6465
xs = "xsection.__main__:main"

0 commit comments

Comments
 (0)