Skip to content

Commit 6a3c5d6

Browse files
author
Alice Ferrazzi
committed
setup.py: updated setup file
1 parent e580a06 commit 6a3c5d6

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

File renamed without changes.

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
setup(
44
name='elivepatch_server',
55
version='0.01',
6-
description='Patching differents gentoo distributions',
7-
url='https://gentoo.org',
6+
description='Distributed elivepatch server API',
7+
url='https://wiki.gentoo.org/wiki/User:Aliceinwire/elivepatch, ' + \
8+
'https://github.com/aliceinwire/elivepatch-server',
89
author='Alice Ferrazzi',
910
author_email='alice.ferrazzi@gmail.com',
1011
license='GNU GPLv2+',
1112
packages=find_packages(),
13+
scripts=['elivepatch-server'],
1214
)

0 commit comments

Comments
 (0)