/s/pyenv/envy

This commit is contained in:
Kenneth Reitz
2012-06-27 16:33:42 -07:00
parent 38dde28c3c
commit 565b9762b6
2 changed files with 7 additions and 4 deletions
+3 -4
View File
@@ -10,8 +10,7 @@ except ImportError:
from distutils.core import setup
APP_NAME = 'pyenv'
# APP_SCRIPT = './legit_r'
APP_NAME = 'envy'
VERSION = '0.0.1'
@@ -37,7 +36,7 @@ settings.update(
author='Kenneth Reitz',
author_email='me@kennethreitz.com',
url='https://github.com/kennethreitz/pyenv',
packages= ['pyenv',],
packages= ['envy',],
install_requires=required,
license='BSD',
classifiers=(
@@ -52,7 +51,7 @@ settings.update(
),
entry_points={
'console_scripts': [
'pyenv = pyenv.cli:main',
'pyenv = envy.cli:main',
],
}
)
+4
View File
@@ -0,0 +1,4 @@
[metadata]
name = 'test'
version = 0.1
requires_dist = requests