Skip to content

Commit

Permalink
Prepared 0.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Massmann committed Dec 20, 2013
1 parent e2f6cf8 commit f3de512
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

0.1 (unreleased)
0.1 (2013-12-20)
----------------

- No changes yet.
- Added basic deployment and management commands for Plone applications.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from setuptools import setup, find_packages

version = '0.1dev'
version = '0.1'

long_description = (
open('README.rst').read()
Expand Down Expand Up @@ -34,7 +34,7 @@
download_url='http://pypi.python.org/pypi/propertyshelf.fabfile.plone',
license='BSD',
packages=find_packages('src', exclude=['ez_setup']),
package_dir = {'': 'src'},
package_dir={'': 'src'},
namespace_packages=['propertyshelf', 'propertyshelf.fabfile'],
include_package_data=True,
zip_safe=False,
Expand Down

0 comments on commit f3de512

Please sign in to comment.