Commit 370fbeaf authored by jim's avatar jim

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


git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68889 62d5b8a3-27da-0310-9561-8e5933582275
parent b4c1939b
[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