This commit is contained in:
Kenneth Reitz
2012-06-27 16:36:46 -07:00
parent 565b9762b6
commit 4702d07a7f
4 changed files with 3 additions and 1 deletions
View File
+2
View File
@@ -0,0 +1,2 @@
def main():
print 'hi'
View File
+1 -1
View File
@@ -51,7 +51,7 @@ settings.update(
),
entry_points={
'console_scripts': [
'pyenv = envy.cli:main',
'envy = envy.cli:main',
],
}
)