Skip to content

Commit

Permalink
Update license + badges/python version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
arnavb committed May 19, 2023
1 parent 957cab0 commit a564c1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 Arnav Borborah
Copyright (c) 2018-2023 Arnav Borborah

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
[![PyPI](https://img.shields.io/pypi/v/pypokedex.svg)](https://pypi.org/project/pypokedex/)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pypokedex.svg)
[![License](https://img.shields.io/github/license/arnavb/pypokedex.svg)](https://github.com/arnavb/pypokedex/blob/master/LICENSE)
[![Downloads](https://static.pepy.tech/badge/pypokedex)](https://pepy.tech/project/pypokedex)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

PyPokedex is a minimal pokedex library for Python that uses
[PokeAPI](https://pokeapi.co/) internally to get Pokemon data. A simple example:
Expand All @@ -16,7 +18,7 @@ PyPokedex is a minimal pokedex library for Python that uses

## Requirements

- Python 3.6+
- Python 3.8+

## Installing

Expand Down

0 comments on commit a564c1e

Please sign in to comment.