mirror of
https://github.com/cheat/cheat.git
synced 2024-11-23 22:41:35 +01:00
ad6d567d87
- If setuptools is available, use that. Setuptools can be very handy in development, because it provides `python setup.py develop`. - Add development documentation, explaining how to use setuptools' develop with a virtual environment to work on cheat. - Backwards compatibility with distutils is maintained. If setuptools is not available, distutils will be used.
7 lines
46 B
Plaintext
7 lines
46 B
Plaintext
*.pyc
|
|
MANIFEST
|
|
build
|
|
cheat.egg-info
|
|
dist
|
|
venv
|