Skip to content

Commit

Permalink
Merge pull request #25 from kived/objc-consts-setup
Browse files Browse the repository at this point in the history
add pyobjus.consts to packages in setup.py
  • Loading branch information
kived committed Mar 7, 2016
2 parents abb3c72 + 17ecfac commit 7569487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
setup(name='pyobjus',
version='1.0',
cmdclass={'build_ext': build_ext},
packages=['pyobjus'],
packages=['pyobjus', 'pyobjus.consts'],
ext_package='pyobjus',
ext_modules=[
Extension(
Expand Down

0 comments on commit 7569487

Please sign in to comment.