Skip to content
This repository has been archived by the owner on Apr 27, 2020. It is now read-only.

Commit

Permalink
Switch back to d2to1
Browse files Browse the repository at this point in the history
  • Loading branch information
hadrien committed Jun 3, 2014
1 parent 6da46c1 commit caa6bb8
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
3 changes: 0 additions & 3 deletions AUTHORS

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGES.rst
Expand Up @@ -9,6 +9,11 @@ Development
* Introspectables
* Content negociation: we should add content type in cache key.

0.1.1
-----

* Switch back to d2to1.

0.1
---

Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
@@ -1,4 +1,4 @@
pbr
d2to1
nose
nosexcover
nose-parameterized
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
@@ -1,4 +1,4 @@
pbr
d2to1
nose
nosexcover
nose-parameterized
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
@@ -1,6 +1,7 @@
[metadata]
name = pyramid_caching
summary = Key versioning caching for pyramid.
version = 0.1.1
author = Hadrien David
author_email = hadrien+pypi@ectobal.com
home_page = https://github.com/hadrien/pyramid_caching
Expand Down
4 changes: 2 additions & 2 deletions setup.py
@@ -1,8 +1,8 @@
from setuptools import setup

setup(
setup_requires=['pbr'],
pbr=True,
setup_requires=['d2to1'],
d2to1=True,
test_suite="nose.collector",
extras_require={
'redis': ['redis', 'hiredis'],
Expand Down

0 comments on commit caa6bb8

Please sign in to comment.