Skip to content

Commit

Permalink
Added setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeanchieta committed Oct 23, 2017
1 parent fd6ef80 commit 56fd1dc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/env python3

from distutils.core import setup

setup(name='Resize Photos Challenge',
version='1.0',
description='Solution for the Resize Photos challenge',
author='Felipe Anchieta Santos Costa',
url='http://github.com/felipeanchieta',
packages=['resizephotos'],
)

0 comments on commit 56fd1dc

Please sign in to comment.