Skip to content

Commit 2d7800c

Browse files
author
Dorian Birraux
committed
Set version to 1.0.0.dev2, fix some links.
1 parent 27cb953 commit 2d7800c

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Links
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
#########################
3232
Project Information

docs/install.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def load_tests():
4646

4747
setup(
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
)

0 commit comments

Comments
 (0)