Skip to content

Commit 1900ecf

Browse files
committed
CLN: Code reformatting
1 parent b2551ab commit 1900ecf

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ def read_file(filename):
2323
description="A package for querying dataframes using SQL",
2424
python_requires=">=3.6.1",
2525
install_requires=["lark-parser == 0.8.1", "pandas == 1.0.1"],
26+
project_urls={
27+
"Source": "https://github.com/zbrookle/dataframe_sql",
28+
"Documentation": "",
29+
},
2630
url="https://github.com/zbrookle/dataframe_sql",
2731
download_url="https://github.com/zbrookle/dataframe_sql/archive/master.zip",
2832
keywords=["pandas", "data", "dataframe", "sql"],
@@ -34,5 +38,4 @@ def read_file(filename):
3438
"Programming Language :: Python :: 3.6",
3539
"Programming Language :: Python :: 3.7",
3640
],
37-
project_urls={"Source": "https://github.com/zbrookle/dataframe_sql",},
3841
)

0 commit comments

Comments
 (0)