Skip to content

Commit

Permalink
packaging fix [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
swistakm committed Nov 17, 2016
1 parent 1b9c85b commit 27326a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os
import sys

from setuptools import setup, Extension
from setuptools import setup, Extension, find_packages
from Cython.Build import cythonize


Expand Down Expand Up @@ -52,7 +52,7 @@ def get_version(version_tuple):
setup(
name='imgui',
version=VERSION,
packages=['imgui'],
packages=find_packages('.'),

author=u'Michał Jaworski',
author_email='swistakm@gmail.com',
Expand Down

0 comments on commit 27326a1

Please sign in to comment.