diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2024-01-08 18:26:05 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-13 07:14:17 +0700 |
commit | 419dfa572387557b0df18dcc1f8722fba1226147 (patch) | |
tree | 6131e35359479f20a173bb08e517a8f5c7d4bb28 /python/pygame/README | |
parent | f83dd8e11dea6af1b108983a48208bbcae541c81 (diff) |
python/pygame: Removed (splitted to python2 & python3).
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pygame/README')
-rw-r--r-- | python/pygame/README | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/python/pygame/README b/python/pygame/README deleted file mode 100644 index 653401ddde9b7..0000000000000 --- a/python/pygame/README +++ /dev/null @@ -1,5 +0,0 @@ -Pygame is a set of Python modules designed for writing games. It is -written on top of the excellent SDL library. This allows you to create -fully featured games and multimedia programs in the python language. -Pygame is highly portable and runs on nearly every platform and -operating system. |