generated from dazeb/Bolt.new-ALL-LLM
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
zerogro42 edited this page Jan 16, 2025
·
1 revision
- `* `Welcome to the Pos wiki!
#!/usr/bin/env python
from distutils.core import setup
setup(name=‘Distutils’,
version=‘1.0’,
description=‘Python Distribution Utilities’,
author=‘Greg Ward’,
author_email=‘[email protected]’,
url=‘https://www.python.org/sigs/distutils-sig/’,
packages=[‘distutils’, ‘distutils.command’],
)