pamac-classic/setup.py

14 lines
321 B
Python
Raw Normal View History

2012-12-24 12:29:59 -03:00
#!/usr/bin/python
from distutils.core import setup
setup(name='Pamac',
2013-01-20 13:38:33 -03:00
version='0.3',
2012-12-24 12:29:59 -03:00
description='A gtk3 frontend for pyalpm',
license='GPL',
author='Guillaume Benoit',
author_email='guillaume@manjaro.org',
url='https://git.manjaro.org/core/pamac',
packages=['pamac'],
2012-12-24 12:29:59 -03:00
)