1- # -*- coding: utf-8 -*-
2-
31from __future__ import absolute_import , print_function , unicode_literals
42
53import sys
2826 "Programming Language :: Python :: 3.5" ,
2927 "Programming Language :: Python :: 3.6" ,
3028 "Programming Language :: Python :: 3.7" ,
31- "Topic :: Software Development :: Libraries :: Wolfram Language Library "
29+ "Topic :: Software Development :: Libraries"
3230]
3331
3432
@@ -55,6 +53,8 @@ def load_tests():
5553 keywords = ['Wolfram Language' , 'Wolfram Desktop' , 'Mathematica' , 'parser' , 'serializer' , 'WXF' ],
5654 author = ABOUT ['__author__' ],
5755 author_email = ABOUT ['__author_email__' ],
56+ license = 'MIT' ,
57+ url = 'https://www.wolfram.com/' ,
5858 include_package_data = True ,
5959 packages = find_packages (),
6060 test_suite = 'setup.load_tests' ,
@@ -66,8 +66,9 @@ def load_tests():
6666 'requests' ,
6767 'aiohttp' ,
6868 'oauthlib' ,
69- 'zmq ' ,
69+ 'pyzmq ' ,
7070 ],
71+ classifiers = CLASSIFIERS ,
7172 project_urls = {
7273 'Source code' : 'https://github.com/WolframResearch/WolframClientForPython' ,
7374 'Documentation' : 'https://wolfr.am/wolframclientdoc' ,
0 commit comments