Pypi 0.0.3 release

This commit is contained in:
James Roberts
2021-12-11 23:06:55 +02:00
parent 992aecbceb
commit e8bea15ecf
2 changed files with 5 additions and 1 deletions

View File

@@ -1,4 +1,6 @@
[![Tests](https://github.com/jamesroberts/fastwsgi/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/jamesroberts/fastwsgi/actions/workflows/tests.yml)
[![Pypi](https://img.shields.io/pypi/v/fastwsgi.svg?style=flat)](https://pypi.python.org/pypi/fastwsgi)
[![Language grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/jamesroberts/fast-wsgi.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/jamesroberts/fastwsgi/context:cpp)
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/jamesroberts/fast-wsgi.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/jamesroberts/fastwsgi/context:python)

View File

@@ -17,7 +17,8 @@ with open("README.md", "r", encoding="utf-8") as read_me:
setup(
name="fastwsgi",
version="0.0.2",
version="0.0.3",
license="MIT",
author="James Roberts",
py_modules=["fastwsgi"],
ext_modules=[module],
@@ -28,6 +29,7 @@ setup(
url="https://github.com/jamesroberts/fastwsgi",
project_urls={
"Bug Tracker": "https://github.com/jamesroberts/fastwsgi/issues",
"Source": "https://github.com/jamesroberts/fastwsgi",
},
classifiers=[
"License :: OSI Approved :: MIT License",