Skip to content

Commit 28715a4

Browse files
committed
Python packaging (initial approach)
1 parent 622d8d9 commit 28715a4

File tree

1,799 files changed

+79
-65
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,799 files changed

+79
-65
lines changed

.gitignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
__pycache__/
22

3-
bin/OS/linux/Engines/*/*.cfg
4-
bin/OS/linux/Engines/*/*.uci_options
3+
dist/
4+
*.egg-info/
5+
6+
src/OS/linux/Engines/alouette/alouette64.cfg
7+
src/OS/linux/Engines/alouette/alouette64.uci_options
58

69
UserData/

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
graft src/OS/linux/**
2+
graft src/OS/win32/**

bin/LucasR.py

Lines changed: 0 additions & 63 deletions
This file was deleted.

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ dependencies = [
1515
"sortedcontainers>=2.4.0",
1616
]
1717

18+
[project.gui-scripts]
19+
lucas-chess = "LucasR:main"
20+
1821
[dependency-groups]
1922
build = [
2023
"cython>=3.0.12",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)