Either put include_package_data=True in your setup.py and have a MANIFEST.in with something like
include package/models/*
include package/textures/*.png
Or in setup.py do
| # update and upgrade installed packages | |
| apt update && apt upgrade | |
| # install cronie and termux-services | |
| pkg install cronie termux-services | |
| # enable the crond service | |
| sv-enable crond | |
| # install and enable vim |
| import random | |
| def sim_game(): | |
| n_cards = 48 # Total number of cards remaining in deck | |
| n_squires = 4 # Number of squires in deck | |
| hand_size = 0 # Total cards in hand | |
| def draw_card(): | |
| nonlocal n_cards, n_squires, hand_size |
| import random | |
| """ | |
| Generic project idea generator | |
| """ | |
| buzzwords = [ | |
| 'cryptocurrency', | |
| 'blockchain', | |
| 'functional programming', |
I hereby claim:
To claim this, I am signing this object: