Skip to content

Commit cb681ba

Browse files
committed
Merge pull request #213 in LCL/wolframclientforpython from feature/minor-setup-improvements to master
* commit '342e7f546c8db30e469edacda666fb3bd66a40df': add infos displayed by 'pip show' dependency zmq should be pyzmq
2 parents c010a11 + 342e7f5 commit cb681ba

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ def load_tests():
5353
keywords=['Wolfram Language', 'Wolfram Desktop', 'Mathematica', 'parser', 'serializer', 'WXF'],
5454
author = ABOUT['__author__'],
5555
author_email = ABOUT['__author_email__'],
56+
license = 'MIT',
57+
url = 'https://www.wolfram.com/',
5658
include_package_data=True,
5759
packages=find_packages(),
5860
test_suite='setup.load_tests',
@@ -64,7 +66,7 @@ def load_tests():
6466
'requests',
6567
'aiohttp',
6668
'oauthlib',
67-
'zmq',
69+
'pyzmq',
6870
],
6971
classifiers = CLASSIFIERS,
7072
project_urls={

0 commit comments

Comments
 (0)