minor: test of hg

This commit is contained in:
Stephen McQuay 2011-05-30 22:53:42 -06:00
parent f47585735d
commit fc9b216e3e
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
from setuptools import setup, find_packages
from interp import __version__
# test
setup(
name = 'smbinterp',
version = __version__,