Skip to content

Commit 9ffb322

Browse files
authored
Correct project homepage in setup.py
1 parent 3bb2cd0 commit 9ffb322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def _read(name):
3131
name="pyodata",
3232
version=_read('VERSION').strip(),
3333
license="Apache License Version 2.0",
34-
url="https://github.wdf.sap.corp/I335255/PyOData",
34+
url="https://github.com/SAP/python-pyodata",
3535
author="Jakub Filak, Michal Nezerka, Patrik Petrik, Lubos Mjachky",
3636
3737
description="Enterprise ready Python OData client",

0 commit comments

Comments
 (0)