Skip to content

Commit 9243738

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

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)