Skip to content

Commit

Permalink
win binary generation patch, and filled in author credits #740
Browse files Browse the repository at this point in the history
  • Loading branch information
petersilva committed Nov 5, 2023
1 parent 1d9bf64 commit fc0cf32
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 115 deletions.
3 changes: 2 additions & 1 deletion generate-win-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ cd ..
# Remove last build
rm -rf dist
rm -rf build
python3 setup.py bdist_wheel
#python3 setup.py bdist_wheel
hatch build

if [ "$1" ]; then
PYVERSION=$1
Expand Down
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,13 @@ license = "GPL-2.0-only"
keywords = ["file transfer"]
authors = [
{ name = "Peter Silva", email = "peter.silva@ssc-spc.gc.ca" },
{ name = "Michel Grenier", email ="" },
{ name = "Reid Sunderland", email = "" },
{ name = "André Leblanc", email = "" },
{ name = "Greg Linton", email ="" },
{ name = "Cléa Aumont", email ="" },
{ name = "Cody Au", email ="" },
{ name = "Benoit Lapointe", email ="" },
]

classifiers = [
Expand Down
5 changes: 0 additions & 5 deletions setup.cfg

This file was deleted.

109 changes: 0 additions & 109 deletions setup.py

This file was deleted.

0 comments on commit fc0cf32

Please sign in to comment.