Skip to content

Commit

Permalink
preparing release
Browse files Browse the repository at this point in the history
  • Loading branch information
gborelli committed Jan 28, 2013
1 parent 37fd749 commit 75072a8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
5 changes: 4 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
global-include *.txt *.zcml *.pt *.js *.png *.pot *.mo *.po *.sh *.xml *.GPL *.rst
recursive-include collective *
recursive-include docs *
include *
global-exclude *.pyc
14 changes: 6 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ Introduction

collective.geo.settings provides some utility to store settings of `collective.geo`_ packages.

.. image:: https://secure.travis-ci.org/collective/collective.geo.settings.png
:target: http://travis-ci.org/collective/collective.geo.settings

Found a bug? Please, use the `issue tracker`_.

.. contents:: Table of contents


Expand Down Expand Up @@ -56,14 +61,6 @@ errors like this::
you need to run the relevant upgrade step(s).


Mostly Harmless
===============


.. image:: https://secure.travis-ci.org/collective/collective.geo.settings.png
:target: http://travis-ci.org/collective/collective.geo.settings


Contributors
============

Expand All @@ -80,3 +77,4 @@ Contributors
.. _collective.geo: http://plone.org/products/collective.geo
.. _Plone: http://plone.org
.. _plone.app.registry: http://pypi.python.org/pypi/plone.app.registry
.. _issue tracker: https://github.com/collective/collective.geo.bundle/issues
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os

version = '2.5.dev'
version = '2.5dev'

setup(name='collective.geo.settings',
version=version,
Expand Down

0 comments on commit 75072a8

Please sign in to comment.