Skip to content

Commit

Permalink
Fix setup.py for py3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymzh committed Jul 5, 2019
1 parent 65ce1fe commit 7c6c0cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
#!/usr/bin/env python
#!/usr/bin/env python3

from distutils.core import setup
from libpius import constants
setup(
name='pius',
version=constants.VERSION,
packages=['libpius'],
requires=['six'],
scripts=['pius', 'pius-keyring-mgr', 'pius-party-worksheet', 'pius-report'],
data_files=[
(
Expand Down

0 comments on commit 7c6c0cb

Please sign in to comment.