Skip to content
Permalink
Browse files

MNT: Add setuptools.setup(project_urls=)

  • Loading branch information...
kernc committed Jan 9, 2019
1 parent fdc1185 commit 08028591acf570ab874677b780d0f95e7783498a
Showing with 6 additions and 1 deletion.
  1. +6 −1 setup.py
@@ -12,7 +12,12 @@
name='Backtesting',
description="Backtest trading strategies in Python",
license='AGPL-3.0',
url="https://github.com/kernc/backtesting.py",
url='https://kernc.github.io/backtesting.py/',
project_urls={
'Documentation': 'https://kernc.github.io/backtesting.py/doc/backtesting/',
'Source': 'https://github.com/kernc/backtesting.py/',
'Tracker': 'https://github.com/kernc/backtesting.py/issues',
},
long_description=open(os.path.join(os.path.dirname(__file__), 'README.md')).read(),
long_description_content_type='text/markdown',
packages=find_packages(),

0 comments on commit 0802859

Please sign in to comment.
You can’t perform that action at this time.