Skip to content

Commit f9eacff

Browse files
committed
MNT: Set package name according to PEP-625
PyPI complained over email. https://peps.python.org/pep-0625/
1 parent a0fc811 commit f9eacff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from setuptools import setup, find_packages
1010

1111
setup(
12-
name='Backtesting',
12+
name='backtesting',
1313
description="Backtest trading strategies in Python",
1414
license='AGPL-3.0',
1515
url='https://kernc.github.io/backtesting.py/',

0 commit comments

Comments
 (0)