WireViz/src/wireviz/__init__.py
2020-10-17 11:41:27 +02:00

8 lines
301 B
Python

# Please don't import anything in this file to avoid issues when it is imported in setup.py
__version__ = '0.2'
CMD_NAME = 'wireviz' # Lower case command and module name
APP_NAME = 'WireViz' # Application name in texts meant to be human readable
APP_URL = 'https://github.com/formatc1702/WireViz'