fixed tox, update to included linters
This commit is contained in:
7
setup.py
7
setup.py
@@ -1,10 +1,11 @@
|
||||
from distutils.core import setup
|
||||
setup(name='AthleticoTogo',
|
||||
setup(name='Athletico',
|
||||
version='0.1',
|
||||
packages=['athleticotogo',],
|
||||
packages=['athletico',],
|
||||
description='Download exercises from Athletico programs.',
|
||||
install_requires = [
|
||||
'Jinja2==3.1.2',
|
||||
'requests==2.28.1',
|
||||
'Jinja2==3.1.2'
|
||||
'vcrpy==4.2.1'
|
||||
]
|
||||
)
|
||||
Reference in New Issue
Block a user