Skip to content

Commit

Permalink
Added manifest to help include JS resources, bumped version.
Browse files Browse the repository at this point in the history
  • Loading branch information
euphwes committed Jun 1, 2018
1 parent bb1fb2a commit 9402e7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include pyTwistyScrambler/js_resources/*.js
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

setuptools.setup(
name="pyTwistyScrambler",
version="1.1",
version="1.2",
author="euphwes",
author_email="[email protected]",
url="https://github.com/euphwes/pyTwistyScrambler",
packages=setuptools.find_packages(),
include_package_data=True,
install_requires=[
'appdirs',
'packaging',
Expand Down

0 comments on commit 9402e7e

Please sign in to comment.