Skip to content

Commit

Permalink
Updating supported python versions in the setup.py file
Browse files Browse the repository at this point in the history
  • Loading branch information
asweigart committed Oct 4, 2020
1 parent 2c0319f commit 1df4ee5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,21 @@ Edd Barrett https://github.com/vext01
Eugene Yang https://github.com/eugene-yang
Felix Yan https://github.com/felixonmars
fthoma https://github.com/fthoma
Greg Witt https://github.com/GoodGuyGregory
hinlader https://github.com/hinlader
Hugo https://github.com/hugovk
Hynek Cernoch https://github.com/hynekcer
Jason R. Coombs https://github.com/jaraco
Jon Crall https://github.com/Erotemic
Jonathan Slenders https://github.com/jonathanslenders
JustAShoeMaker https://github.com/JustAShoeMaker
Marcelo Glezer https://github.com/gato
Maximilian Hils https://github.com/mhils
Michał Górny https://github.com/mgorny
Nikolaos-Digenis Karagiannis https://github.com/Digenis
Nils Ohlmeier https://github.com/nils-ohlmeier
Orson Peters https://github.com/orlp
pgajdos https://github.com/pgajdos
Six https://github.com/brbsix
Stefan Devai https://github.com/stefandevai
Stefan Scherfke https://github.com/sscherfke
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Pyperclip is a cross-platform Python module for copy and paste clipboard functions. It works with Python 2 and 3.

`pip install pyperclip`
Install on Windows: `pip install pyperclip`

Install on Linux/macOS: `pip3 install pyperclip`

Al Sweigart [email protected]
BSD License
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,7 @@
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],
)
)

0 comments on commit 1df4ee5

Please sign in to comment.