Commit 4a0c9f66 authored by Jim Fulton's avatar Jim Fulton

Moved .dev tag to setup.py so that it gets uploaded to cheeseshop.

parent 54f15421
[egg_info] [egg_info]
tag_build = .dev
tag_svn_revision = 1 tag_svn_revision = 1
[egg_info] [egg_info]
tag_build = .dev
tag_svn_revision = 1 tag_svn_revision = 1
[egg_info] [egg_info]
tag_build = .dev
tag_svn_revision = 1 tag_svn_revision = 1
...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages ...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup( setup(
name = "zc.recipe.testrunner", name = "zc.recipe.testrunner",
version = "1.0", version = "1.0.dev",
author = "Jim Fulton", author = "Jim Fulton",
author_email = "jim@zope.com", author_email = "jim@zope.com",
description = "ZC Buildout recipe for creating test runners", description = "ZC Buildout recipe for creating test runners",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment