Skip to content

Commit

Permalink
Merge pull request #47 from kivy/KeyWeeUsr-patch-1
Browse files Browse the repository at this point in the history
Remove setup.py from installed package
  • Loading branch information
KeyWeeUsr committed Nov 27, 2018
2 parents 50ef649 + 34ed724 commit 9df65ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@
'type_enc.pxi',
'pyobjus.pyx')]

# pop setup.py from included files in the installed package
SETUP_KWARGS['py_modules'].remove('setup')

# create the extension
setup(
cmdclass={'build_ext': build_ext},
Expand Down

0 comments on commit 9df65ff

Please sign in to comment.