Skip to content

Commit

Permalink
fix python 2.7 test and packing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lanpa committed Aug 8, 2018
1 parent 2d93bec commit 138abff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file added examples/__init__.py
Empty file.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -9,7 +9,7 @@

requirements = [
'numpy',
'protobuf >= 0.3.2',
'protobuf >= 3.2.0',
'six',
]

Expand All @@ -26,7 +26,7 @@
author='Tzu-Wei Huang',
author_email='huang.dexter@gmail.com',
url='https://github.com/lanpa/tensorboardX',
packages=find_packages(exclude=['docs', 'tests']),
packages=find_packages(exclude=['docs', 'tests', 'examples']),
include_package_data=True,
install_requires=requirements,
license='MIT license',
Expand Down

0 comments on commit 138abff

Please sign in to comment.