Tooling for managing asset compression, storage, and retrieval
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
251 B

  1. #!/usr/bin/env python
  2. from distutils.core import setup
  3. setup(
  4. name='Asset-Compression-Manager',
  5. version='2.0.0',
  6. description='Helper Utility For Managing Compressed Assets',
  7. author='Drew Short',
  8. author_email='warrick@sothr.com'
  9. )