Skip to content

Commit

Permalink
added manifest.in
Browse files Browse the repository at this point in the history
  • Loading branch information
percious committed Oct 2, 2009
1 parent 56e85ba commit 2ae0a28
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
@@ -0,0 +1 @@
recursive-include tgext/crud/templates *
11 changes: 11 additions & 0 deletions README.txt
@@ -1,4 +1,15 @@
Introduction
============

0.3 (Sept. 30, 2009
----------------------

* Mako template support
* Title template fixes
* Provider session bug fixed
* TW 0.9.7.2 support
* Pagination added.

0.2.x
------
Prehistory (should have kept better logs)
2 changes: 1 addition & 1 deletion setup.py
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os

version = '0.2.5'
version = '0.3'

setup(name='tgext.crud',
version=version,
Expand Down

0 comments on commit 2ae0a28

Please sign in to comment.