master
/ miniconda3 / pkgs / python-3.10.12-h955ad1f_0 / info / test / tests / distutils / setup.py

setup.py @74036c5 raw · history · blame

1
2
3
4
5
6
from distutils.core import setup

setup(name='foobar',
      version='1.0',
      py_modules=['foobar'],
      )