-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8a20cfd
commit 9f20d1c
Showing
5 changed files
with
12 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,15 +25,15 @@ def run(self): | |
|
||
setup( | ||
name='pretix-cashpayment', | ||
version='1.0.2', | ||
version='2.0.0', | ||
description='pretix plugin that allows you to offer your customers a "pay with cash at the venue" option.', | ||
long_description=long_description, | ||
url='http://www.github.com/pc-coholic/pretix-cashpayment', | ||
author='Martin Gross', | ||
author_email='[email protected]', | ||
license='Apache Software License', | ||
|
||
install_requires=['segno'], | ||
install_requires=[], | ||
packages=find_packages(exclude=['tests', 'tests.*']), | ||
include_package_data=True, | ||
cmdclass=cmdclass, | ||
|