Skip to content

Commit 20fc14e

Browse files
authored
Add project_urls to setup.py (mlflow#2431)
1 parent fcef783 commit 20fc14e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

setup.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def package_files(directory):
6363
'google-cloud-storage',
6464
'azureml-core>=1.2.0'
6565
],
66-
'sqlserver':[
66+
'sqlserver': [
6767
"mlflow-dbstore",
6868
],
6969
},
@@ -83,4 +83,9 @@ def package_files(directory):
8383
keywords='ml ai databricks',
8484
url='https://mlflow.org/',
8585
python_requires='>=3.5',
86+
project_urls={
87+
'Bug Tracker': 'https://github.com/mlflow/mlflow/issues',
88+
'Documentation': 'https://mlflow.org/docs/latest/index.html',
89+
'Source Code': 'https://github.com/mlflow/mlflow'
90+
},
8691
)

0 commit comments

Comments
 (0)