Skip to content

Commit

Permalink
Merge pull request #5 from Cadair/master
Browse files Browse the repository at this point in the history
correct setup.py to account for dir
  • Loading branch information
jacobtomlinson authored May 9, 2019
2 parents f02385f + b9ea17c commit e998fee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os
import codecs
from setuptools import setup
from setuptools import setup, find_packages
import versioneer


Expand All @@ -24,7 +24,7 @@ def read_long_description():
author='github.com/scardine',
author_email=' ',
license='MIT',
py_modules=['get_image_size'],
packages=find_packages(),
entry_points={
'console_scripts': [
'get-image-size = get_image_size:main',
Expand Down

0 comments on commit e998fee

Please sign in to comment.