- commit
- 12a26c460c7e421fe0a93fc2dbf0e4de8a95ac3e
- parent
- 0e6c8e53a21b43683bd265dc86e34456df038552
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2019-11-17 08:06
rename to xiwal
Diffstat
7 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
@@ -3,14 +3,14 @@ from setuptools import setup 3 3 4 4 5 5 setup(6 -1 name='wal',-1 6 name='xiwal', 7 7 version='0.0.0', 8 8 description='Generate terminal color schemes', 9 9 author='Tobias Bengfort', 10 10 author_email='tobias.bengfort@posteo.de', 11 11 packages=find_packages(), 12 12 entry_points={'console_scripts': [13 -1 'wal=wal.__main__:main',-1 13 'xiwal=xiwal.__main__:main', 14 14 ]}, 15 15 license='MIT', 16 16 )