Skip to content

Commit 068e446

Browse files
authored
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 googleapis/python-bigquery-sqlalchemy#92 🦕
1 parent eec5e62 commit 068e446

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/sqlalchemy-bigquery/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ def readme():
5353
classifiers=[
5454
release_status,
5555
"Intended Audience :: Developers",
56-
"License :: OSI Approved :: MIT License" "Programming Language :: Python",
56+
"License :: OSI Approved :: MIT License",
57+
"Programming Language :: Python",
5758
"Programming Language :: Python :: 3",
5859
"Programming Language :: Python :: 3.6",
5960
"Programming Language :: Python :: 3.7",

0 commit comments

Comments
 (0)