Skip to content

Commit

Permalink
Updated readme and config
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaTegner committed Sep 3, 2022
1 parent 4c00aba commit 4becb4e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pypandoc

[![Build Status](https://travis-ci.com/NicklasTegner/pypandoc.svg?branch=master)](https://travis-ci.com/NicklasTegner/pypandoc)
[![Appveyor Build Status](https://ci.appveyor.com/api/projects/status/github/NicklasTegner/pypandoc?svg=true)](https://ci.appveyor.com/project/NicklasTegner/pypandoc)
[![Build Status](https://travis-ci.com/JessicaTegner/pypandoc.svg?branch=master)](https://travis-ci.com/JessicaTegner/pypandoc)
[![Appveyor Build Status](https://ci.appveyor.com/api/projects/status/github/JessicaTegner/pypandoc?svg=true)](https://ci.appveyor.com/project/JessicaTegner/pypandoc)
[![GitHub Releases](https://img.shields.io/github/tag/bebraw/pypandoc.svg?label=github+release)](https://github.com/bebraw/pypandoc/releases)
[![PyPI version](https://badge.fury.io/py/pypandoc.svg)](https://pypi.python.org/pypi/pypandoc/)
[![conda version](https://anaconda.org/conda-forge/pypandoc/badges/version.svg)](https://anaconda.org/conda-forge/pypandoc/)
Expand Down Expand Up @@ -278,7 +278,7 @@ Note that for citeproc tests to pass you'll need to have [pandoc-citeproc](https

## Contributors

* [Nicklas Tegner](https://github.com/nicklastegner) - New maintainer as of 1. Juli 2021
* [Jessica Tegner](https://github.com/JessicaTegner) - New maintainer as of 1. Juli 2021
* [Valentin Haenel](https://github.com/esc) - String conversion fix
* [Daniel Sanchez](https://github.com/ErunamoJAZZ) - Automatic parsing of input/output formats
* [Thomas G.](https://github.com/coldfix) - Python 3 support
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
name = "pypandoc"
version = "1.8.1"
description = "Thin wrapper for pandoc"
authors = ["NicklasTegner <NicklasMCHD@live.dk>"]
authors = ["JessicaTegner <jessica.tegneroutlook.com>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/NicklasTegner/pypandoc"
repository = "https://github.com/JessicaTegner/pypandoc"

classifiers = [
'Development Status :: 4 - Beta',
Expand Down Expand Up @@ -41,5 +41,5 @@ requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.urls]
"Issue Tracker" = "https://github.com/NicklasTegner/pypandoc/issues"
"Issue Tracker" = "https://github.com/JessicaTegner/pypandoc/issues"

0 comments on commit 4becb4e

Please sign in to comment.