Skip to content

Commit

Permalink
Merge pull request #3 from marccarre/pypi
Browse files Browse the repository at this point in the history
Update setup.py in order to distribute this fork via PyPi
  • Loading branch information
marccarre committed Apr 13, 2019
2 parents 932c87a + e4fedec commit 9d69d34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion genanki/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.6.3'
__version__ = '0.6.4'
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
with open('genanki/version.py') as fp:
exec(fp.read(), version)

setup(name='genanki',
setup(name='genanki-marccarre',
version=version['__version__'],
description='Generate Anki decks programmatically',
url='http:https://github.com/kerrickstaley/genanki',
author='Kerrick Staley',
author_email='k@kerrickstaley.com',
description='Generate Anki decks programmatically (fork from http:https://github.com/kerrickstaley/genanki)',
url='http:https://github.com/marccarre/genanki',
author='Marc Carré (fork maintainer), Kerrick Staley (original author)',
author_email='carre.marc@gmail.com',
license='MIT',
packages=['genanki'],
zip_safe=False,
Expand Down

0 comments on commit 9d69d34

Please sign in to comment.