Changeset 49:ce9136f79ee6 in pyenvjasmine
- Timestamp:
-
Sep 4, 2019, 4:39:21 PM
(5 years ago)
- Author:
- Borja Lopez <borja@…>
-
Branch:
-
default
-
Phase:
-
public
-
Tags:
-
tip
- Message:
-
Import setup from setuptools, fixing some problems using distutils setup and
install_requires
-
File:
-
Legend:
- Unmodified
- Added
- Removed
-
r46
|
r49
|
|
1 | 1 | import os |
2 | | from distutils.core import setup |
| 2 | |
| 3 | from setuptools import setup |
3 | 4 | |
4 | 5 | version = '0.3.1' |