Fix filenames

This commit is contained in:
Chris Doman 2017-05-04 14:29:21 +01:00
parent c04263cb8b
commit e614489436
3 changed files with 2 additions and 2 deletions

View File

@ -10,6 +10,6 @@ setup(
author_email='otx@alienvault.com',
url='https://github.com/AlienVault-Labs/OTX-Python-SDK',
download_url='https://github.com/AlienVault-Labs/OTX-Python-SDK/tarball/1.1.0',
py_modules=['OTXv2', 'IndicatorYypes','PatchPulse'],
py_modules=['OTXv2', 'IndicatorYypes','patch_pulse'],
install_requires=['simplejson', 'requests']
)

View File

@ -10,7 +10,7 @@ import unittest
from utils import generate_rand_string
from OTXv2 import OTXv2, InvalidAPIKey, BadRequest, RetryError
import IndicatorTypes
from PatchPulse import PatchPulse
from patch_pulse import PatchPulse