Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0cfc5de

Browse filesBrowse files
authored
fix: correct classifiers in setup.py (googleapis#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#92 🦕
1 parent db64424 commit 0cfc5de
Copy full SHA for 0cfc5de

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎setup.py

Copy file name to clipboardExpand all lines: setup.py
+2-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.