Skip to content

Commit

Permalink
Update setup.py version 0.1 with no entry_point
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienbarbier committed Nov 23, 2015
1 parent 3ee1d7f commit e1b6e2a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,14 @@

requires = [
'pyramid',
'pyramid_chameleon',
'pyramid_debugtoolbar',
'waitress',
'redis',
'python-mpd2', # Python interface with MPD
'nxppy', # Python interface with Raspberry NFC Explorer Board drivers.
]

setup(name='mpd-box',
version='0.8',
version='0.1',
description='MPD-Box start a song in Music Player Daemon by simply scanning a NFC tag.',
long_description=README + '\n\n' + CHANGES,
classifiers=[
Expand All @@ -41,10 +39,6 @@
install_requires=requires,
tests_require=requires,
test_suite="mpd_box",
entry_points="""\
[paste.app_factory]
main = mpd_box:manage
""",
# Executable stuff :)
scripts = [
'scripts/mpd-box',
Expand Down

0 comments on commit e1b6e2a

Please sign in to comment.