Skip to content

Commit

Permalink
Merge pull request #36 from kyamagu/add-pixmap-tests
Browse files Browse the repository at this point in the history
Add pixmap tests
  • Loading branch information
kyamagu authored May 15, 2020
2 parents 843d099 + 9c3f65c commit d84ba6f
Show file tree
Hide file tree
Showing 5 changed files with 661 additions and 169 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
pass

NAME = 'skia-python'
__version__ = '0.0.2'
__version__ = '0.0.3'

SKIA_PATH = os.getenv('SKIA_PATH', 'skia')
SKIA_OUT_PATH = os.getenv(
Expand Down Expand Up @@ -146,8 +146,8 @@ def build_extensions(self):
description='Skia python binding',
long_description=open('README.md', 'r').read(),
ext_modules=[extension],
install_requires=['pybind11>=2.4'],
setup_requires=['pybind11>=2.4'],
install_requires=['pybind11>=2.5'],
setup_requires=['pybind11>=2.5'],
cmdclass={'build_ext': BuildExt},
command_options={
'build_sphinx': {
Expand Down
Loading

0 comments on commit d84ba6f

Please sign in to comment.