File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed
Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 2525* `Installation instructions <http://www.wolframcloud.com/objects/dorianb/lcl/python/doc/install.html >`_
2626* `Introduction <http://www.wolframcloud.com/objects/dorianb/lcl/python/doc/intro.html >`_
2727* `Documentation <https://wolfr.am/wolframclientdoc >`_
28- * `Contributor guidelines <CONTRIBUTING.md >`_
29- * `License <LICENSE >`_
28+ * `Contributor guidelines <https://github.com/WolframResearch/WolframClientForPython/blob/master/ CONTRIBUTING.md >`_
29+ * `License <https://github.com/WolframResearch/WolframClientForPython/blob/master/ LICENSE >`_
3030
3131#########################
3232Project Information
Original file line number Diff line number Diff line change @@ -29,8 +29,7 @@ Clone the library's repository:
2929
3030.. code-block :: shell
3131
32- $ git clone git://github.com/wolframresearch/pythonclientlibrary
33-
32+ $ git clone git://github.com/WolframResearch/WolframClientForPython
3433
3534 Install the library:
3635
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ def load_tests():
4646
4747setup (
4848 name = 'wolframclient' ,
49- version = '1.0.1.dev5 ' ,
49+ version = '1.0.0.dev2 ' ,
5050 description = 'A Python library with various tools to interact with the Wolfram Language and the Wolfram Cloud.' ,
5151 long_description = read ('README.rst' ),
5252 long_description_content_type = 'text/x-rst' ,
@@ -66,8 +66,8 @@ def load_tests():
6666 'zmq'
6767 ],
6868 project_urls = {
69- 'Source code' : 'https://github.com/WolframResearch/TODO ' ,
70- 'Documentation' : 'https://www.wolframcloud.com/objects/dorianb/lcl/python/doc/intro.html ' ,
69+ 'Source code' : 'https://github.com/WolframResearch/WolframClientForPython ' ,
70+ 'Documentation' : 'https://wolfr.am/wolframclientdoc ' ,
7171 'Wolfram Research' : 'https://www.wolfram.com'
7272 }
7373)
You can’t perform that action at this time.
0 commit comments