Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygo-agent
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Biluo Shen
ygo-agent
Commits
a9b19128
Commit
a9b19128
authored
Jul 08, 2024
by
sbl1996@126.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update setup
parent
ec14cb7c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
4 deletions
+12
-4
Makefile
Makefile
+11
-3
ygoenv/setup.py
ygoenv/setup.py
+1
-1
No files found.
Makefile
View file @
a9b19128
...
...
@@ -3,11 +3,13 @@ SCRIPTS_DIR := "../ygopro-scripts"
DATABASE_REPO
:=
"https://github.com/mycard/ygopro-database/raw/f288cd7d353467eb3816babcbb04620e11f64e8a/locales"
LOCALES
:=
en zh
.PHONY
:
all assets script py_install ygoenv_so
.PHONY
:
all assets script py_install ygoenv_so
clean dev
all
:
assets script py_install
py_install
:
ygoenv_so
dev
:
assets script py_install ygoenv_so
py_install
:
pip
install
-e
ygoenv
pip
install
-e
.
...
...
@@ -41,3 +43,9 @@ assets/locale/zh/cards.cdb: assets/locale/zh
assets/locale/zh/strings.conf
:
assets/locale/zh
wget
-nv
$(DATABASE_REPO)
/zh-CN/strings.conf
-O
$@
clean
:
rm
-rf
scripts/script
rm
-rf
assets/locale/en assets/locale/zh
pip uninstall
-y
ygoenv
pip uninstall
-y
.
\ No newline at end of file
ygoenv/setup.py
View file @
a9b19128
...
...
@@ -19,6 +19,6 @@ setup(
packages
=
find_packages
(
include
=
'ygoenv*'
),
long_description
=
""
,
install_requires
=
INSTALL_REQUIRES
,
python_requires
=
">=3.
7
"
,
python_requires
=
">=3.
10
"
,
include_package_data
=
True
,
)
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment