Skip to content

Commit 1daf004

Browse files
committed
Minor cleanup
1 parent 8bf21d3 commit 1daf004

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ build:
2424
- asdf install uv latest
2525
- asdf global uv latest
2626
- uv venv $READTHEDOCS_VIRTUALENV_PATH
27-
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH uv pip install --group docs .[docs,rdf,pandas,xml,aws,yaml,pydantic,requests,cli]
27+
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH uv pip install --group docs .[rdf,pandas,xml,aws,yaml,pydantic,requests,cli]
2828
- python -m sphinx -T -b html -d docs/_build/doctrees -D language=en docs/source $READTHEDOCS_OUTPUT/html

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ keywords = [
4343

4444
# License Information.
4545
# See PEP-639 at https://peps.python.org/pep-0639/#add-license-files-key
46-
license = { file = "LICENSE" }
46+
license = "MIT"
47+
license-files = ["LICENSE"]
4748

4849
requires-python = ">=3.10"
4950
dependencies = [
@@ -116,7 +117,7 @@ markers = [
116117
"slow: marks tests as slow (deselect with '-m \"not slow\"')",
117118
]
118119
filterwarnings = [
119-
"ignore::pyparsing.exceptions.PyparsingDeprecationWarning"
120+
"ignore::pyparsing.exceptions.PyparsingDeprecationWarning"
120121
]
121122

122123
# Coverage, see https://coverage.readthedocs.io/en/latest/config.html

0 commit comments

Comments
 (0)