Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: correct classifiers in setup.py (#107)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-bigquery-sqlalchemy/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)

Follow-up to #92 🦕
  • Loading branch information
tswast committed Apr 1, 2021
1 parent db64424 commit 0cfc5de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -53,7 +53,8 @@ def readme():
classifiers=[
release_status,
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License" "Programming Language :: Python",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
Expand Down

0 comments on commit 0cfc5de

Please sign in to comment.