Skip to content

Commit

Permalink
updated MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekmo committed Apr 16, 2016
1 parent 618fcb5 commit e4eb841
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .bumpversion.cfg

This file was deleted.

3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include *.md LICENSE
include *.rst LICENSE
include requirements.txt
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ Submit Ham
akismet.submit_ham('192.168.1.12', 'FIREFOX / COMMENT USER AGENT', comment_author='Tim',
comment_author_email='[email protected]',
comment_author_url='http://witch.co.uk',
comment_content="Look, that rabbit's got a vicious streak a mile wide! It's a killer!")
comment_content="Look, that rabbit's got a vicious streak a mile wide!"
"It's a killer!")
Submit Spam
-----------
Expand Down
2 changes: 1 addition & 1 deletion akismet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import requests
from akismet.exceptions import AkismetServerError, MissingParameterError

__version__ = '0.2.1'
__version__ = '0.2.2'

PYTHON_AKISMET_USER_AGENT = "Python-Akismet/{0}".format(__version__)

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ def frange(x, y, jump):
'Development Status :: {0} - {1}'.format(STATUS_LEVEL, status_name),
])

print(install_requires)
setup(
name=PACKAGE_NAME,
version=package_version,
Expand Down

0 comments on commit e4eb841

Please sign in to comment.