setup.py 106 B

12345678
  1. from setuptools import setup
  2. setup(
  3. name='pysines',
  4. version='1.0',
  5. scripts=['pysines.py'],
  6. )