Skip to content

Commit

Permalink
Tweak setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ymyzk committed Sep 20, 2017
1 parent 8de0a5e commit 1aab8c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions MANIFEST.in

This file was deleted.

5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
with open(path.join(here, 'gyazo/__about__.py')) as f:
exec(f.read())

package_data = {
'gyazo': ['*.pyi'],
}

install_requires = [
'python-dateutil>=2.4.2',
'requests>=2.7.0',
Expand Down Expand Up @@ -65,6 +69,7 @@
url='https://github.com/ymyzk/python-gyazo',
license='MIT',
packages=['gyazo'],
package_data=package_data,
test_suite='tests',
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, <4',
install_requires=install_requires,
Expand Down

0 comments on commit 1aab8c2

Please sign in to comment.