1 # Nephilim installer script
3 from distutils
.core
import setup
5 setup(name
= 'nephilim',
7 description
= 'Nephilim MPD client.',
8 author
= 'Anton Khirnov',
9 author_email
= 'wyskas@gmail.com',
11 'Development Status :: 3 - Alpha',
12 'Environment :: X11 Applications :: Qt',
13 'Intended Audience :: End Users/desktop',
14 'License :: OSI Approved :: GNU General Public License (GPL)',
15 'Programming Language :: Python :: 2',
16 'Topic :: Multimedia :: Sound/Audio :: Players'],
17 packages
= ['nephilim', 'nephilim.plugins'],
18 scripts
= ['scripts/nephilim']