We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37ce4ba commit 3d1ac63Copy full SHA for 3d1ac63
1 file changed
setup.py
@@ -8,7 +8,7 @@
8
author = 'Borja Toron', # Type in your name
9
author_email = 'borja.toron@gmail.com', # Type in your E-Mail
10
url = 'https://github.com/btoron/pyOFSC', # Provide either the link to your github or to your website
11
- download_url = 'https://github.com/btoron/pyOFSC/archive/v1.6.1.tar.gz', # I explain this later on
+ download_url = 'https://github.com/btoron/pyOFSC/archive/v1.6.2.tar.gz', # I explain this later on
12
keywords = ['OFSC', 'Python', 'ORACLE FIELD SERVICE CLOUD'], # Keywords that define your package best
13
install_requires=[ # I get to this in a second
14
'requests',
0 commit comments