Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
jbilcke-hf/NON_WORKING_matrix_game
jbilcke-hf
/
NON_WORKING_matrix_game_2
like
2
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
NON_WORKING_matrix_game_2
/
setup.py
jbilcke-hf
Upload 91 files
eb94d89
verified
4 months ago
raw
Copy download link
history
blame
contribute
delete
132 Bytes
from
setuptools
import
setup, find_packages
setup(
name=
"matrix-game-2.0"
,
version=
"0.0.1"
,
packages=find_packages(),
)