Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Delawen committed Oct 11, 2020
1 parent f4e2aad commit 1e260aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ def run(self):
setup(
name='pretix-mercadopago',
version=__version__,
description='Plugin para MercadoPago como medio de pago para las entradas.',
description='Payment Plugin using MercadoPago',
long_description=long_description,
url='https://gitlab.com/foss4g-2021/software/pretix-mercadopago',
author='Manuel Retamozo',
author_email='manuel@retamozo.com.ar',
url='https://github.com/Delawen/pretix-mercadopago',
author='FOSS4G 2021 team',
author_email='delawen@gmail.com',
license='Apache',
install_requires=['mercadopago'],
packages=find_packages(exclude=['tests', 'tests.*']),
Expand Down

0 comments on commit 1e260aa

Please sign in to comment.