mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:14:54 +02:00
add and update pynsist template comments (#8759)
This commit is contained in:
@@ -29,6 +29,12 @@ setup(
|
||||
packages=find_packages(),
|
||||
include_package_data=True,
|
||||
install_requires=[
|
||||
# pynsist is pinned to an exact version so we can update
|
||||
# assets/template.nsi as needed. The file is based on the default
|
||||
# pynsist NSIS template and pynsist's documentation warns that custom
|
||||
# templates may need to be updated for them to work with new versions
|
||||
# of pynsist. See
|
||||
# https://pynsist.readthedocs.io/en/latest/cfgfile.html#build-section.
|
||||
'pynsist==2.7'
|
||||
],
|
||||
entry_points={
|
||||
|
||||
Reference in New Issue
Block a user