mirror of
https://github.com/kennethreitz/setup.py.git
synced 2026-06-05 23:10:17 +00:00
17 lines
404 B
ReStructuredText
17 lines
404 B
ReStructuredText
setup.py (for humans)
|
|
=====================
|
|
|
|
This repo exists to provide an `example setup.py <https://github.com/kennethreitz/setup.py/blob/master/setup.py>`_ file, that can be used to bootstrap your next Python project.
|
|
|
|
`setup.py` files can be
|
|
|
|
To Do
|
|
-----
|
|
|
|
- Tests via ``$setup.py test``.
|
|
- Universal wheels in ``$ publish commmand``.
|
|
- ``LICENSE``
|
|
- ``MANIFEST.in``
|
|
|
|
Pull requests are encouraged!
|