Skip to content

Commit

Permalink
setup: update installation infos
Browse files Browse the repository at this point in the history
- clean up setup.py and MANIFEST.in
- simplejson isn't needed anymore
- allow webob >= 1.0.8 as openstack quantum uses >= 1.0.8 version
- allow gflags >= 1.3 as Fedora 18 uses gflags 1.5

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
  • Loading branch information
Isaku Yamahata authored and fujita committed Jan 8, 2013
1 parent 429401a commit e69a891
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include LICENSE
include README.rst
include MANIFEST.in
include *.rst
graft contrib
graft doc
graft etc
Expand Down
12 changes: 10 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# TODO
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source

[bdist_rpm]
Release = 1
Group = Applications/Accessories
Requires = python-gevent >= 0.13, python-gflags, python-simplejson, python-webob, python-routes
Requires = python-gevent >= 0.13, python-gflags, python-routes, python-webob
doc_files = LICENSE
MANIFEST.in
README.rst
SubmittingPatches.rst
doc/
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

import os
import sys

from setuptools import find_packages
Expand All @@ -35,6 +34,7 @@
start:long_description.find('\n\n\n', start)]

classifiers = [
'Development Status :: 5 - Production/Stable',
'License :: OSI Approved :: Apache Software License',
'Topic :: System :: Networking',
'Natural Language :: English',
Expand Down
5 changes: 2 additions & 3 deletions tools/pip-requires
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
gevent>=0.13
python-gflags==1.3
python-gflags>=1.3
routes
simplejson
webob==1.0.8
webob>=1.0.8

0 comments on commit e69a891

Please sign in to comment.