Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaTegner committed Dec 22, 2024
1 parent dbd3761 commit b85c6ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04, ubuntu-22.04, macos-13, windows-2022]
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "pypy3.8", "pypy3.9", "pypy3.10", ]
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "pypy3.8", "pypy3.9", "pypy3.10", ]
runs-on: ${{ matrix.os }}
steps:
- name: Check out repository
Expand Down
7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ authors = [
{name = "Jessica Tegner", email = "jessica@jessicategner.com"},
]
readme = "README.md"
license = "MIT"
license = {file = "LICENSE"}

keywords = ["pandoc", "markdown", "rst", "restructuredtext", "docx", "pdf", "html", "latex", "epub", "odt", "docbook", "mediawiki", "textile", "org", "asciidoc", "t2t" ]
requires-python = ">=3.8"
dependencies = []
Expand All @@ -32,10 +33,6 @@ classifiers = [
'Programming Language :: Python :: Implementation :: PyPy'
]

packages = [
{ include = "pypandoc" },
]

[project.urls]
Homepage = "https://github.com/JessicaTegner/pypandoc"
Repository = "https://github.com/JessicaTegner/pypandoc.git"
Expand Down

0 comments on commit b85c6ab

Please sign in to comment.