Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Commit

Permalink
Remove version from setup.cfg
Browse files Browse the repository at this point in the history
pbr won't let development versions install otherwise.

Also set up some build_sphinx configuration to mimic what Swift does.
This seems to be what's causing the lingering docs failure, though I'm
not sure why it wasn't a problem before.

Change-Id: I2e4c416a21d98d10377b7d2424bac93a139220fa
  • Loading branch information
tipabu committed Sep 27, 2016
1 parent ccd8ab8 commit 8878257
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[metadata]
name = swift3
version = 1.11.0
summary = Swift AmazonS3 API emulation Middleware
description-file =
README.md
Expand Down Expand Up @@ -31,6 +30,11 @@ paste.filter_factory =
swift3 = swift3.middleware:filter_factory
s3token = swift3.s3_token_middleware:filter_factory

[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source

[nosetests]
exe = 1
verbosity = 2
Expand Down

0 comments on commit 8878257

Please sign in to comment.