__version__.py 325 B

12345678
  1. __title__ = 'python-slugify'
  2. __author__ = 'Val Neekman'
  3. __author_email__ = 'info@neekware.com'
  4. __description__ = 'A Python slugify application that also handles Unicode'
  5. __url__ = 'https://github.com/un33k/python-slugify'
  6. __license__ = 'MIT'
  7. __copyright__ = 'Copyright 2022 Val Neekman @ Neekware Inc.'
  8. __version__ = '8.0.4'