Zoran Simic
|
7d5441e294
Better fix for 'pip' detection in setup.py
|
11 years ago |
Thomas S Hatch
|
dc2fa7f7ea
Remove esky errors because they only confuse %99.99 of users
|
11 years ago |
Pedro Algarvio
|
52baa13a6d
Bring to the developer's attention that a version bump might be missing.
|
11 years ago |
Morgan Fainberg
|
b9adf48819
Lingering comment removal
|
11 years ago |
Morgan Fainberg
|
512d9adb8b
Fix for "pip" detection so that setuptools is used
|
11 years ago |
Svetlana Shturm
|
6dac3120a8
Import install command from setuptools if we use them.
|
12 years ago |
Pedro Algarvio
|
5730b0bf42
Generate `salt._version` when installing so we can have the git describe information. Fixes #2587.
|
12 years ago |
anatoly techtonik
|
f617888bb4
Fix easy_install'ation on Windows
|
12 years ago |
Wendall Cada
|
2ac61215ba
Replace hardcoded python executable with sys.executable
|
12 years ago |
Pedro Algarvio
|
0f5386cb35
Filter `Unknown distribution option`'s when not installing with setuptools.
|
12 years ago |
Aaron Tygart
|
b50cd76a25
Refine esky support in setup.py
|
12 years ago |
Pedro Algarvio
|
3363c43495
Only change to `setup.py` if not already there.
|
12 years ago |
Pedro Algarvio
|
e37da07241
Allow running `setup.py` from any directory.
|
12 years ago |
Thomas S Hatch
|
13192bbf66
Add fileserver modules to setup.py
|
12 years ago |
Thomas S Hatch
|
a24de1abb2
Merge pull request #2798 from brutasse/fix/fpm
|
12 years ago |
Bruno Renié
|
aa416583ae
Removed the check for comments in requirements parsing
|
12 years ago |
Bruno Renié
|
c03c83b269
Filtered the content of requirements.txt
|
12 years ago |
Pedro Algarvio
|
e70d70aa75
Minor PEP-8. Remove non supported distutils options from `setup_kwargs` if not using setuptools.
|
12 years ago |
Thomas S Hatch
|
473a789e7d
Add search to setup.py
|
12 years ago |
Aaron Tygart
|
63fab92ed6
Fix missing freezer_includes for esky
|
12 years ago |
Thomas S Hatch
|
6d8ed212ec
Add wheel to setup.py
|
12 years ago |
Thomas S Hatch
|
57b88165ad
Add output package to setup.py
|
12 years ago |
Pedro Algarvio
|
3f6d79884f
Extend `setuptools` clean command to remove compiled python files.
|
12 years ago |
Aaron Tygart
|
9efaa97ad7
Rework some Windows grains to use WMI
|
12 years ago |
Thomas S Hatch
|
f75427b13e
Add tops package to setup.py
|
12 years ago |
Thomas S Hatch
|
dca280a232
Add auth package to setup.py
|
12 years ago |
Pedro Algarvio
|
42c375cbd9
Allow passing options to `tests/runtests.py` from `python setup.py test`.
|
12 years ago |
Aaron Tygart
|
100a6c2c2e
Add 'distutils.version' to bbfreeze includes.
|
12 years ago |
Aaron Tygart
|
44234ff2bd
Add ifmain to make setup.py import safe
|
12 years ago |
Aaron Tygart
|
876fb9ec4e
Add difflib and distribute to bbfreeze includes
|
12 years ago |