Skip to content
Snippets Groups Projects
setup.py 84 B
Newer Older
  • Learn to ignore specific revisions
  • #!/usr/bin/env python
    # -*- coding: utf-8 -*-
    from setuptools import setup
    
    setup()