mirror of
https://github.com/creyD/creyPY.git
synced 2026-04-15 04:40:36 +02:00
Added content type for long description
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -68,10 +68,8 @@ jobs:
|
|||||||
- name: Create Tag
|
- name: Create Tag
|
||||||
run: git tag ${{ steps.git_version.outputs.version }}
|
run: git tag ${{ steps.git_version.outputs.version }}
|
||||||
|
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v5
|
- name: Push tag
|
||||||
with:
|
run: git push origin ${{ steps.git_version.outputs.version }}
|
||||||
commit_message: Add new tag
|
|
||||||
push_options: --tags
|
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
|
|||||||
1
setup.py
1
setup.py
@@ -25,6 +25,7 @@ setup(
|
|||||||
version=get_latest_git_tag(),
|
version=get_latest_git_tag(),
|
||||||
description="Collection of my Python and FastAPI shortcuts, snippets etc.",
|
description="Collection of my Python and FastAPI shortcuts, snippets etc.",
|
||||||
long_description=open("README.md").read(),
|
long_description=open("README.md").read(),
|
||||||
|
long_description_content_type="text/markdown",
|
||||||
author="Conrad Großer",
|
author="Conrad Großer",
|
||||||
author_email="conrad@noah.tech",
|
author_email="conrad@noah.tech",
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
|
|||||||
Reference in New Issue
Block a user