Skip to content
This repository has been archived by the owner on Oct 26, 2020. It is now read-only.

Commit

Permalink
Fix some bad fields (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saphyel authored Sep 20, 2017
1 parent e1c327c commit db66d02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
setup.py
ipteller/__init__.py
ipteller/address.py
ipteller/ipify.py
ipteller/ipteller.py
ipteller/jsonip.py
ipteller/mailer.py
ipteller/providerip.py
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@
platforms='unix',
classifiers=[
"Programming Language :: Python :: 2.7",
"Intended Audience :: Raspberry Pi users",
"Operating System :: Unix",
"Topic :: Internet",
"Topic :: Utilities",
"License :: OSI Approved :: MIT",
],
packages=['ipteller'],
tests_require=["behave"],
Expand Down

0 comments on commit db66d02

Please sign in to comment.