__about__.py 188 B

1234567
  1. __title__ = 'yarg'
  2. __version__ = '0.1.9'
  3. __author__ = 'Kura'
  4. __email__ = 'kura@kura.io'
  5. __url__ = 'https://yarg.readthedocs.org/'
  6. __license__ = 'MIT'
  7. __copyright__ = 'Copyright 2014 Kura'