Skip to content

Commit

Permalink
Update the classifiers.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroIntensity committed Aug 3, 2024
1 parent 191deb8 commit 252d5d6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ platform.windows.dependencies = [
"coverage",
"pytest",
"pytest-asyncio",
"pytest-rich",
"pytest-pystack",
]

[envs.test.scripts]
Expand Down
10 changes: 8 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ authors = [
]
classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
]
dependencies = [
Expand Down Expand Up @@ -70,4 +70,10 @@ Funding = "https://github.com/sponsors/ZeroIntensity"

[project.scripts]
view = "view.__main__:main"
view-admin = "view.__main__:main"
view-py = "view.__main__:main"

[tool.pytest.ini_options]
pystack_threshold=60
pystack_path="custom-version-of-pystack"
pystack_output_file="./pystack.log"
pystack_args="--native"

0 comments on commit 252d5d6

Please sign in to comment.