diff options
author | Olivier Gayot <olivier.gayot@sigexec.com> | 2021-12-25 13:03:58 +0100 |
---|---|---|
committer | Olivier Gayot <olivier.gayot@sigexec.com> | 2021-12-25 13:04:14 +0100 |
commit | 99ef098bbc0b1964f4c301076de05ac6d6f36ba0 (patch) | |
tree | 0af2692176958aeb4c04a7d8a83417f4697dfc3d /setup.py | |
parent | 2f2eef5c134eaffbac3db278ba71f153e19de54b (diff) |
Remove annoying print statement from setup.py
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -18,8 +18,6 @@ for n in os.walk('usr'): data_files.append((prefix + n[0] + '/', files)) -print(data_files) - setup( name = 'swiftstory', description = "SwiftStory game: We're not out of the woods yet.", |