|
@@ -5,19 +5,17 @@ author-email = thomas@kluyver.me.uk
|
|
dist-name = pynsist
|
|
dist-name = pynsist
|
|
home-page = https://pynsist.readthedocs.io/en/latest/
|
|
home-page = https://pynsist.readthedocs.io/en/latest/
|
|
description-file = README.rst
|
|
description-file = README.rst
|
|
|
|
+requires-python = >=3.5
|
|
requires = requests
|
|
requires = requests
|
|
requests_download
|
|
requests_download
|
|
jinja2
|
|
jinja2
|
|
yarg
|
|
yarg
|
|
win_cli_launchers
|
|
win_cli_launchers
|
|
- configparser; python_version == '2.7'
|
|
|
|
- pathlib2; python_version == '2.7' or python_version == '3.3'
|
|
|
|
dev-requires = testpath
|
|
dev-requires = testpath
|
|
classifiers = License :: OSI Approved :: MIT License
|
|
classifiers = License :: OSI Approved :: MIT License
|
|
Intended Audience :: Developers
|
|
Intended Audience :: Developers
|
|
Environment :: Win32 (MS Windows)
|
|
Environment :: Win32 (MS Windows)
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3
|
|
- Programming Language :: Python :: 2.7
|
|
|
|
Topic :: Software Development
|
|
Topic :: Software Development
|
|
Topic :: System :: Installation/Setup
|
|
Topic :: System :: Installation/Setup
|
|
Topic :: System :: Software Distribution
|
|
Topic :: System :: Software Distribution
|