Skip to content

Commit

Permalink
updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjau committed Oct 15, 2018
1 parent 56f2af4 commit df745c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
setup(
name = 'cifero',
version = '1.0',
url = 'https://github.com/mypackage.git',
url = 'https://github.com/jonjau/cifero',
author = 'Jonathan J',
author_email = 'jonjau3Q@gmail.com',
description = 'A personal Python GUI program for phonetic transliteration/encryption',
description = 'A personal Python GUI program for phonetic transliteration.',
license='MIT',
packages = find_packages(),
install_requires = ['PyQt5', 'pyperclip'],
Expand Down

0 comments on commit df745c2

Please sign in to comment.