Skip to content

Commit

Permalink
chore: update lib classifiers and publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ischaojie committed Oct 10, 2022
1 parent 87e6397 commit f760ddf
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
hatch env create
- name: Build package & docs
run: hatch run make build
run: |
hatch build
hatch run mkdocs build --clean
- name: Publish
run: |
Expand Down
17 changes: 16 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,25 @@ dependencies = [
]
keywords = [
"flask",
"api",
"plugin",
"swagger",
"openapi",
"validator",
]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Software Development :: Libraries :: Python Modules",
"Framework :: Flask"
]

[project.urls]
Documentation = "https://ischaojie.github.io/flask-lan/"
Expand Down

0 comments on commit f760ddf

Please sign in to comment.