diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2024-04-26 13:52:15 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2024-04-26 13:52:15 +0300 |
| commit | f3395cffedf488bcd1cad7e0c997742e6a227b8b (patch) | |
| tree | b13bf81aad2dd4e654c9170d34c915a276969552 /setup.py | |
| parent | 0cf21c9484ac695b4f6d7e84b34c8eebc9a5108e (diff) | |
Improve pip install process
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -10,7 +10,12 @@ setup( 'atk16emu=atk16_emu.cli:main', ], }, + package_data={ + "atk16_asm": ["builtin_asm/*"], + "atk16_emu": ["resources/*"], + }, install_requires=[ "getch>=1.0", + "pygame>=2.5.2", ] ) |
