Skip to content

Commit

Permalink
Fix example in README. Add 3.10 to supported Python versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrencefoley committed Oct 28, 2021
1 parent 80b7eab commit ee275ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pip install evergy

## Usage
```python
from evergy import Evergy
from evergy.evergy import Evergy

evergy = Evergy("<evergy-username>", "<evergy-password>")

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
# Specify the Python versions you support here. In particular, ensure
# that you indicate whether you support Python 2, Python 3 or both.
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
],
# This field adds keywords for your project which will appear on the
# project page. What does your project relate to?
Expand Down

0 comments on commit ee275ff

Please sign in to comment.