Skip to content

Commit

Permalink
more template tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
plq committed Apr 8, 2013
1 parent b8e6227 commit 3d7f2fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/template/setup.py
Expand Up @@ -16,9 +16,9 @@
v = open(os.path.join(os.path.dirname(__file__), 'template', '__init__.py'), 'r')
VERSION = re.match(r".*__version__ = '(.*?)'", v.read(), re.S).group(1)

SHORT_DESC="""A template project."""
SHORT_DESC="""A Template project."""

LONG_DESC = """Yes, really, just a template project."""
LONG_DESC = """Yes, really, just a Template project."""


setup(
Expand All @@ -43,7 +43,7 @@
author_email='jack.brown@arskom.com.tr',
maintainer='Jack Brown',
maintainer_email='jack.brown@arskom.com.tr',
url='http://aces.high.io',
url='http://example.com',
license='Your Own',
zip_safe=False,
install_requires=['spyne>=2.10', 'SQLAlchemy>=0.8.0'],
Expand Down

0 comments on commit 3d7f2fe

Please sign in to comment.