Adding in some slight tweaks.

This commit is contained in:
Paul R. Tagliamonte 2013-03-02 21:30:37 -05:00
parent d9df7910ee
commit dc4bb92725
2 changed files with 10 additions and 0 deletions

7
bin/hytest Executable file
View File

@ -0,0 +1,7 @@
#!/usr/bin/env python
from nose.core import TestProgram
import sys
import hy
sys.exit(TestProgram())

View File

@ -30,6 +30,9 @@ long_description = open('README.md', 'r').read()
setup(
name=__appname__,
version=__version__,
scripts=[
'bin/hytest'
],
packages=[
'hy',
'hy.lex',