Commit 6d4919ad authored by Kirill Smelkov's avatar Kirill Smelkov

X kill ktest

parent 1c765a05
import pytz
def xxx():
print 'xxx'
print 'pytz:', pytz.__file__
from setuptools import setup
setup(
name = 'ktest',
install_requires = ['pytz'],
entry_points = {'console_scripts': [
'ktestxxx = ktest:xxx',
]
},
)
......@@ -33,20 +33,6 @@ parts =
eggs
ktestbin
# XXX ktest is still here to show how to rework bin/ .py generation in helloworld/
# TODO remove ktest
[ktest]
recipe = zc.recipe.egg:develop
egg = ktest
setup = ${:_profile_base_location_}/ktest/
[ktestbin]
recipe = zc.recipe.egg:scripts
eggs = ${ktest:egg}
############################
# Software compilation #
############################
......
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