Skip to content

Commit

Permalink
Merge pull request #13 from dbonadiman/develop
Browse files Browse the repository at this point in the history
fixed little error
  • Loading branch information
dbonadiman committed May 15, 2014
2 parents e036ac9 + 37cac7f commit ef86a4d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,9 @@

install_requires = []

with open('README.md') as file:
long_description = file.read()

config = {
'description': 'Wordlist generator, creates dictionaries of words',
'long_description': long_description,
'author': 'Rexos',
'url': 'https://github.com/rexos/wordlist',
'download_url': 'https://github.com/rexos/wordlist/tarball/1.0',
Expand Down
3 changes: 1 addition & 2 deletions wordlist/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
ba
"""
__title__ = "wordlist"
__version__ = '1.0'

__version__ = '1.0.1'

from .wordlist import Generator

0 comments on commit ef86a4d

Please sign in to comment.