Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0802859

Browse files
committed
MNT: Add setuptools.setup(project_urls=)
1 parentfdc1185 commit0802859

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

‎setup.py‎

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@
1212
name='Backtesting',
1313
description="Backtest trading strategies in Python",
1414
license='AGPL-3.0',
15-
url="https://github.com/kernc/backtesting.py",
15+
url='https://kernc.github.io/backtesting.py/',
16+
project_urls={
17+
'Documentation':'https://kernc.github.io/backtesting.py/doc/backtesting/',
18+
'Source':'https://github.com/kernc/backtesting.py/',
19+
'Tracker':'https://github.com/kernc/backtesting.py/issues',
20+
},
1621
long_description=open(os.path.join(os.path.dirname(__file__),'README.md')).read(),
1722
long_description_content_type='text/markdown',
1823
packages=find_packages(),

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp