Skip to content

Commit 342e7f5

Browse files
author
Dorian Birraux
committed
add infos displayed by 'pip show'
1 parent bdbc785 commit 342e7f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: setup.py

+2
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',

0 commit comments

Comments
 (0)