setup.py 232 B

12345678910111213
  1. from setuptools import setup, find_packages
  2. setup(name='frank',
  3. version='0.0.1',
  4. license="AGPL",
  5. packages=find_packages(exclude=['tests']),
  6. )
  7. # licenses
  8. # Add mention that we use Shell, flask and PyYAML