Skip to content

Commit

Permalink
fix markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
DBraun committed Jun 16, 2022
1 parent ddba4ba commit 22662bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Compile, Test, and Deploy
on:
pull_request: {}
push:
branches:
- main
# push:
# branches:
# - main
release:
types: [published]
jobs:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from setuptools import setup
from pathlib import Path

__version__ = "0.0.1"
__version__ = "0.0.2"

ext_modules = [
Pybind11Extension("turning_function",
Expand All @@ -25,7 +25,7 @@
url="https://github.com/DBraun/turning-function",
description="Python implementation of \"An efficiently computable metric for comparing polygonal shapes\" (Arkin et al.)",
long_description=long_description,
long_description_content_type='markdown',
long_description_content_type='text/markdown',
ext_modules=ext_modules,
extras_require={"test": "pytest"},
# Currently, build_ext only provides an optional "highest supported C++
Expand Down

0 comments on commit 22662bc

Please sign in to comment.