Skip to content

Commit

Permalink
Merged Master
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Stewart committed Mar 19, 2018
2 parents b544806 + 671d44d commit be8f96f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
*/*.pyc
**.pyc
**.pyc
./idea
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,3 +162,7 @@ if __name__ == '__main__':
}
}
```

# Acknowledgement
This module was inspired by the a Flask focused Alexa project at
https://github.com/johnwheeler/flask-ask
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""Setup file for the python-alexa python module."""

"""Setup file for the Alexa Skill python module."""
from setuptools import setup, find_packages

setup(
Expand All @@ -13,4 +12,4 @@
# package_data={'PythonAlexa': ['tag_config.yaml']},
packages=find_packages(exclude=['docs', 'tests', 'contrib']),
install_requires=['boto3']
)
)

0 comments on commit be8f96f

Please sign in to comment.