File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11"""Version file."""
2- VERSION = "0.1.6 "
2+ VERSION = "0.1.7 "
Original file line number Diff line number Diff line change 66"""Setup script for msticpy."""
77
88import re
9-
109import setuptools
10+ from collections import OrderedDict
1111
1212INSTALL_REQUIRES = ['matplotlib>=3.0.0' ,
1313 'bokeh>=1.0.2' ,
4343 description = "MSTIC Security Tools" ,
4444 long_description = long_description ,
4545 long_description_content_type = "text/markdown" ,
46- url = "https://https://github.com/microsoft/msticpy" ,
46+ url = "https://github.com/microsoft/msticpy" ,
47+ project_urls = OrderedDict ((
48+ ("Documentation" , "http://msticpy.readthedocs.io" ),
49+ ("Code" , "https://github.com/microsoft/msticpy" ),
50+ )),
4751 python_requires = '>=3.6' ,
4852 packages = setuptools .find_packages (exclude = ['*.tests' ]),
4953 classifiers = [
You can’t perform that action at this time.
0 commit comments