mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
v0.1.4
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ import pexpect
|
||||
import toml
|
||||
import _pipfile as pipfile
|
||||
|
||||
__version__ = '0.1.3'
|
||||
__version__ = '0.1.4'
|
||||
|
||||
class Project(object):
|
||||
"""docstring for Project"""
|
||||
|
||||
@@ -36,13 +36,13 @@ required = [
|
||||
|
||||
setup(
|
||||
name='pipenv',
|
||||
version='0.1.3',
|
||||
version='0.1.4',
|
||||
description='Sacred Marriage of Pipfile, Pip, & Virtualenv.',
|
||||
long_description=long_description,
|
||||
author='Kenneth Reitz',
|
||||
author_email='me@kennethreitz.com',
|
||||
url='https://github.com/kennethreitz/pipenv',
|
||||
packages=['pipenv'],
|
||||
packages=['pipenv', 'pipenv._pipfile'],
|
||||
entry_points={
|
||||
'console_scripts': ['pipenv=pipenv:cli'],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user