pamac-classic/setup.py

14 lines
320 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-10-16 10:34:09 -03:00
version='0.9',
2012-12-24 12:29:59 -03:00
description='A gtk3 frontend for pyalpm',
license='GPL',
author='Guillaume Benoit',
author_email='guillaume@manjaro.org',
2013-03-26 07:02:17 -03:00
url='http://git.manjaro.org/core/pamac',
packages=['pamac'],
2012-12-24 12:29:59 -03:00
)