Skip to content

Commit

Permalink
Supported Python versions (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
oittaa authored Mar 27, 2021
1 parent e68d1b7 commit 4128390
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
],
scripts=["bin/gcp-storage-emulator", "bin/gcp-storage-emulator.py"],
setup_requires=[
Expand Down

0 comments on commit 4128390

Please sign in to comment.