flit.ini 640 B

123456789101112131415161718192021222324
  1. [metadata]
  2. module = nsist
  3. author = Thomas Kluyver
  4. author-email = thomas@kluyver.me.uk
  5. dist-name = pynsist
  6. home-page = https://pynsist.readthedocs.io/en/latest/
  7. description-file = README.rst
  8. requires-python = >=3.5
  9. requires = requests
  10. requests_download
  11. jinja2
  12. yarg
  13. win_cli_launchers
  14. dev-requires = testpath
  15. classifiers = License :: OSI Approved :: MIT License
  16. Intended Audience :: Developers
  17. Environment :: Win32 (MS Windows)
  18. Programming Language :: Python :: 3
  19. Topic :: Software Development
  20. Topic :: System :: Installation/Setup
  21. Topic :: System :: Software Distribution
  22. [scripts]
  23. pynsist=nsist:main