Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
180909 committed Apr 6, 2024
1 parent 9068566 commit d302873
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ classifiers = [
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Software Development :: Libraries :: Python Modules',
]
dependencies = [
"Flask",
"WTForms",
]
dependencies = ["Flask", "WTForms"]
dynamic = ["version"]

[project.urls]
Expand All @@ -39,9 +36,6 @@ Discussions = "https://github.com/helloflask/bootstrap-flask/discussions/"
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.setuptools.dynamic]
version = { attr = "flask.__version__" }

[tool.pytest.ini_options]
testpaths = ["tests"]

Expand Down

0 comments on commit d302873

Please sign in to comment.