setup.py 223 B

12345678910
  1. from setuptools import setup
  2. setup(
  3. name='Roboto-build',
  4. version='0.0.1',
  5. author='Google',
  6. packages=['scripts', 'tests'],
  7. license='LICENSE.txt',
  8. description='Build chain to make v3 Roboto fonts',
  9. )