Skip to content

Commit

Permalink
define py_module
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewCopeland committed Mar 23, 2024
1 parent d2ee6be commit cc5ddb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@

setup(
name='ipdetective',
version='1.0.1',
py_modules=['ipdetective'],
version='1.0.2',
description='A Python client for IPDetective API',
long_description=long_description,
author='IPDetective',
Expand Down
1 change: 0 additions & 1 deletion test.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import os
from ipdetective import IPDetective

def main():
api_key = os.getenv('IPDETECTIVE_API_KEY')
ip_client = IPDetective(api_key)
Expand Down

0 comments on commit cc5ddb7

Please sign in to comment.