We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 526f80d commit b2551abCopy full SHA for b2551ab
1 file changed
setup.py
@@ -34,7 +34,5 @@ def read_file(filename):
34
"Programming Language :: Python :: 3.6",
35
"Programming Language :: Python :: 3.7",
36
],
37
- project_urls={
38
- 'Source': 'https://github.com/zbrookle/dataframe_sql',
39
- },
+ project_urls={"Source": "https://github.com/zbrookle/dataframe_sql",},
40
)
0 commit comments