Skip to content

Commit

Permalink
✨ PyPI badge and hosted logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Wytamma committed Dec 13, 2020
1 parent 3d7d5da commit a5ebb38
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
![fasteve logo](images/fasteve-logo.png)
![fasteve logo](https://i.ibb.co/Czrk2L9/fasteve-logo.png)

[![PyPi](https://img.shields.io/pypi/v/fasteve.svg)](https://pypi.org/project/fasteve/)
[![Test](https://github.com/Wytamma/fasteve/workflows/Test/badge.svg)](https://github.com/Wytamma/fasteve/actions?query=workflow%3ATest)
[![coverage](https://codecov.io/gh/Wytamma/fasteve/branch/master/graph/badge.svg)](https://codecov.io/gh/Wytamma/fasteve)
[![Lint](https://github.com/Wytamma/fasteve/workflows/Lint/badge.svg)](https://github.com/Wytamma/fasteve/actions?query=workflow%3ALint)
Expand Down
15 changes: 15 additions & 0 deletions images/fasteve-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,17 @@
# This call to setup() does all the work
setup(
name="fasteve",
version="0.1.0",
version="0.1.2",
description="A simple and feature complete REST API framework designed for speed.",
long_description=README,
long_description_content_type="text/markdown",
url="https://github.com/Wytamma/fasteve",
author="Wytamma Wirth",
author_email="[email protected]",
license="BSD",
include_package_data=True,
classifiers=[
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
],
packages=find_packages(exclude=("tests",)),
install_requires=["fastapi", "uvicorn", "motor", "email-validator"],
Expand Down

0 comments on commit a5ebb38

Please sign in to comment.