Thomas Kluyver
|
b9c4a3d274
Merge pull request #149 from davvid/extra-preamble-compat
|
7 年之前 |
Thomas Kluyver
|
c552d525dc
Merge pull request #147 from davvid/exclude-wheels
|
7 年之前 |
David Aguilar
|
29abba387c
nsist: provide an "installdir" variable for consistency
|
7 年之前 |
David Aguilar
|
f48ab7bacf
pynsist: make the "exclude" option work with pypi_wheels
|
7 年之前 |
Thomas Kluyver
|
c772cfb829
Next release is 2.1, not 2.2
|
7 年之前 |
Thomas Kluyver
|
22401a403a
Merge pull request #143 from ntoll/master
|
7 年之前 |
Nicholas H.Tollervey
|
1b52708114
Revert regression in comment. Not sure how that happened.
|
7 年之前 |
Nicholas H.Tollervey
|
0fb082fba3
Bumped version to 2.2
|
7 年之前 |
Nicholas H.Tollervey
|
01fc028490
Added release notes for version 2.2
|
7 年之前 |
Nicholas H.Tollervey
|
6e78c65075
Merge branch 'master' of github.com:takluyver/pynsist
|
7 年之前 |
Nicholas H.Tollervey
|
0c39e2e94f
Use license_file and minor refactoring in light of code review.
|
7 年之前 |
Nicholas H.Tollervey
|
85ce4afaf4
Update documentation to reference new icon and license behaviour.
|
7 年之前 |
Nicholas H.Tollervey
|
7409981a08
If icon is specified, use it in the installer/uninstaller. Also, if license is specified, include a step in the installer to ask for agreement to the terms of the referenced license.
|
7 年之前 |
Thomas Kluyver
|
74ad493bcb
Add 'import site' to pythonXY._pth file, so .pth files are read
|
7 年之前 |
Thomas Kluyver
|
7c6ec1f041
Update docs describing what the installers do
|
7 年之前 |
Thomas Kluyver
|
c5e16d86b0
Fix docstring for Sphinx
|
7 年之前 |
Thomas Kluyver
|
18e554bb0b
Prepare release notes for 2.1 release
|
7 年之前 |
Thomas Kluyver
|
5f47152892
Convert flit.ini to pyproject.toml
|
7 年之前 |
Thomas Kluyver
|
2fa615db1c
Merge pull request #142 from ntoll/master
|
7 年之前 |
Nicholas H.Tollervey
|
36db6589b7
Added link to Python docs for ._pth file description.
|
7 年之前 |
Nicholas H.Tollervey
|
5e2c4a6f54
Add pkgs to *._pth files.
|
7 年之前 |
Thomas Kluyver
|
b243afc495
Merge pull request #138 from fakeidentity/master
|
7 年之前 |
Fake Identity
|
06c266f24b
Add package dir as a proper python site dir
|
7 年之前 |
Thomas Kluyver
|
2d9b10da1e
Clarify docs about including packages
|
7 年之前 |
Thomas Kluyver
|
f7b220168b
Link back to Pynsist 1.12 docs for older Python
|
7 年之前 |
Thomas Kluyver
|
747cfe9e42
Make it clearer where NSIS output starts
|
7 年之前 |
Thomas Kluyver
|
955c3b0f11
Better error message when failing to copy a namespace package
|
7 年之前 |
Thomas Kluyver
|
499ad5eb1e
Drop Python 2 code for finding and copying modules
|
7 年之前 |
Thomas Kluyver
|
ba7aa63c76
Add test for finding wheel in local directory
|
7 年之前 |
Thomas Kluyver
|
a26e467810
Fix tests WheelDownloader->WheelLocator
|
7 年之前 |