Line | |
---|
1 | #!/usr/bin/env python3 |
---|
2 | |
---|
3 | from setuptools import setup |
---|
4 | |
---|
5 | if __name__ == '__main__': |
---|
6 | setup(name='poinstaller', |
---|
7 | version='0.2', |
---|
8 | description='Utility for install ', |
---|
9 | long_description="""""", |
---|
10 | author='Raul Rodrigo Segura', |
---|
11 | author_email='raurodse@gmail.com', |
---|
12 | maintainer='Raul Rodrigo Segura', |
---|
13 | maintainer_email='raurodse@gmail.com', |
---|
14 | keywords=['software',''], |
---|
15 | url='https://github.com/edupals/poinstaller', |
---|
16 | license='GPL', |
---|
17 | platforms='UNIX', |
---|
18 | packages = ['edupals.i18n'], |
---|
19 | package_dir = {'edupals.i18n':'src'}, |
---|
20 | scripts=['dh_poinstaller'], |
---|
21 | data_files=[('/usr/share/perl5/Debian/Debhelper/Sequence/',['i18n.pm'])] |
---|
22 | ) |
---|
Note: See
TracBrowser
for help on using the repository browser.