We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e580a06 commit 6a3c5d6Copy full SHA for 6a3c5d6
2 files changed
elivepatch elivepatch-serverelivepatch renamed to elivepatch-server
setup.py
@@ -3,10 +3,12 @@
3
setup(
4
name='elivepatch_server',
5
version='0.01',
6
- description='Patching differents gentoo distributions',
7
- url='https://gentoo.org',
+ description='Distributed elivepatch server API',
+ url='https://wiki.gentoo.org/wiki/User:Aliceinwire/elivepatch, ' + \
8
+ 'https://github.com/aliceinwire/elivepatch-server',
9
author='Alice Ferrazzi',
10
author_email='alice.ferrazzi@gmail.com',
11
license='GNU GPLv2+',
12
packages=find_packages(),
13
+ scripts=['elivepatch-server'],
14
)
0 commit comments