Skip to content

Commit

Permalink
MISC: update project links
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed Dec 18, 2023
1 parent b98c3d5 commit 03f21bd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,19 @@ dependencies = [
"grpcio>=1.44.0"
]

[project.urls]
Documentation = "https://edb.core.docs.pyansys.com"
Source = "https://github.com/ansys/pyedb-core"
Homepage = "https://github.com/ansys/pyedb-core"
Tracker = "https://github.com/ansys/pyedb-core/issues"

# FIXME: add versions
[project.optional-dependencies]
notebook = [
"notebook",
"matplotlib",
"ipynbname"
]

# FIXME: update to newer versions
tests = [
"pytest==7.4.3",
Expand All @@ -45,7 +50,6 @@ tests = [
"python-dotenv>=0.20.0",
"tox",
]

# FIXME: update to newer versions
doc = [
"sphinx==7.1.2",
Expand All @@ -54,10 +58,6 @@ doc = [
"sphinx-copybutton==0.5.2",
]

[project.urls]
Source = "https://github.com/ansys/pyedb"


[tool.flit.module]
name = "ansys.edb.core"

Expand Down

0 comments on commit 03f21bd

Please sign in to comment.