projects
/
osm
/
IM.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
285ed3e
)
Added description to setup.py
07/2107/1
author
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Wed, 30 Aug 2017 13:03:32 +0000
(15:03 +0200)
committer
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Wed, 30 Aug 2017 13:03:32 +0000
(15:03 +0200)
Change-Id: Id5440b60b6dcea6e36e5275742dab703a900e049
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index
84a8b05
..
6cfe17b
100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-2,6
+2,8
@@
from setuptools import setup, find_packages
setup(
name='osm_im',
+ description='OSM Information Model',
+ long_description = open('README.rst').read(),
version_command=('git describe --tags --long --dirty', 'pep440-git'),
author='Mike Marchetti',
author_email='mmarchetti@sandvine.com',