Skip to content

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vaaaaanquish committed Dec 5, 2019
1 parent 580f5f7 commit f006b5a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from setuptools import setup
from setuptools import setup, find_packages
from codecs import open
from os import path

Expand All @@ -20,8 +20,7 @@
author_email='[email protected]',
url='https://vaaaaanquish.jp',
install_requires=install_requires,
packages=['thunderbolt'],
package_dir={'thunderbolt': 'thunderbolt'},
packages=find_packages(),
platforms='any',
tests_require=['moto==1.3.6'],
test_suite='test',
Expand Down

0 comments on commit f006b5a

Please sign in to comment.