Commit 5016843f authored by Kirill Smelkov's avatar Kirill Smelkov

ktest

parent 1fd3c22c
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',
]
},
)
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