Skip to content

Commit

Permalink
feat: add pynsist.cfg for creating installers
Browse files Browse the repository at this point in the history
  • Loading branch information
thegamecracks committed Jun 17, 2024
1 parent caaf67e commit 6c13034
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# pynsist build artifacts
pynsist_pkgs/

# SSL Certificates
*.pem
*.crt
Expand Down
21 changes: 21 additions & 0 deletions pynsist.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[Application]
name = Dumdum
version = 0.4.2
publisher = thegamecracks
entry_point = dumdum.client.__main__:main
license_file = LICENSE

[Python]
version = 3.11.9

[Include]
pypi_wheels =
dum-dum-irc==0.4.2
importlib-resources==6.4.0
platformdirs==4.2.0
# https://pynsist.readthedocs.io/en/latest/faq.html#packaging-with-tkinter
# Tkinter libraries must be manually copied, following the above FAQ
packages=
tkinter
_tkinter
files=lib

0 comments on commit 6c13034

Please sign in to comment.