Skip to content

Commit

Permalink
Merge pull request #2 from fookatchu/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
fookatchu authored Apr 21, 2019
2 parents 3196b89 + bfcf81c commit 7125579
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added pyphotonfile/newfile.photon
Binary file not shown.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
long_description = fh.read()

setup(name='pyphotonfile',
version='0.1',
version='0.1.1',
# packages=['pyphotonfile'],
author="Heiko Westermann",
author_email="heiko+pyphotonfile@orgizm.net",
Expand All @@ -16,7 +16,7 @@
url="https://github.com/fookatchu/pyphotonfile",
packages=find_packages(),
package_data={
'pyphotonfile': ['data/newfile.photon'],
'pyphotonfile': ['newfile.photon'],
},
install_requires=['numpy', 'Pillow'],
classifiers=[
Expand Down

0 comments on commit 7125579

Please sign in to comment.