Skip to content

Commit

Permalink
Update (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
KarelZe authored Dec 4, 2023
1 parent f06ad1a commit 98086f7
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,15 @@ classifiers = [
"Development Status :: 3 - Alpha",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.8",
"Framework :: Jupyter",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Operating System :: OS Independent",
"Intended Audience :: Information Technology",
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]

dependencies = [
Expand All @@ -28,8 +35,8 @@ dependencies = [
dynamic = ["version"]

[project.urls]
"Homepage" = "https://github.com/KarelZe/thesis"
"Bug Tracker" = "https://github.com/KarelZe/thesis/issues"
"Homepage" = "https://github.com/KarelZe/tclf"
"Bug Tracker" = "https://github.com/KarelZe/tclf/issues"

[tool.mypy]
# https://github.com/python/mypy/issues/2410
Expand Down

0 comments on commit 98086f7

Please sign in to comment.