Skip to content

Commit 7d49115

Browse files
committed
BUG: Fix setup.py more
1 parent 2b35afc commit 7d49115

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ def read_file(filename):
3030
install_requires=["lark-parser==0.8.1", "pandas>=1.0.0"],
3131
project_urls={
3232
"Source Code": "https://github.com/zbrookle/dataframe_sql",
33-
"Documentation": "",
33+
"Bug Tracker": "https://github.com/zbrookle/dataframe_sql/issues",
34+
"Documentation": "https://github.com/zbrookle/dataframe_sql",
3435
},
3536
url="https://github.com/zbrookle/dataframe_sql",
3637
download_url="https://github.com/zbrookle/dataframe_sql/archive/master.zip",

0 commit comments

Comments
 (0)