about summary refs log tree commit diff homepage
path: root/brutalmaze
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2020-03-03 21:24:41 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2020-03-03 21:48:00 +0700
commitb90e6c272c1f76da43992323ffd0f148f759f408 (patch)
tree0cbec0dee9f9c4e234fc6cecbd9d83e885cc4089 /brutalmaze
parent5e5778d814c3d76cf74aa4e660d5fbaeeeb50c82 (diff)
downloadbrutalmaze-b90e6c272c1f76da43992323ffd0f148f759f408.tar.gz
Switch to flit for build
Diffstat (limited to 'brutalmaze')
-rw-r--r--brutalmaze/__init__.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/brutalmaze/__init__.py b/brutalmaze/__init__.py
index 5b5144f..538c489 100644
--- a/brutalmaze/__init__.py
+++ b/brutalmaze/__init__.py
@@ -1 +1,3 @@
-"""Brutal Maze is a minimalist thrilling shoot 'em up game."""
+"""Minimalist thrilling shoot 'em up game with minimalist art style"""
+
+from .game import __version__