Go to file
Navdeep Gill d469f2f5e0
Update README.rst
2019-07-20 10:06:16 -07:00
docs basics 2012-04-16 21:27:40 -04:00
sample Lets allow the helpers to be helpfull 2017-02-01 13:31:16 +01:00
tests Lets allow the helpers to be helpfull 2017-02-01 13:31:16 +01:00
.gitignore add a Python gitignore 2016-10-24 19:23:04 +03:00
LICENSE Update LICENSE 2017-05-30 13:05:00 -04:00
MANIFEST.in need to include the LICENSE file, otherwise pypi installs are broken (it is required on install) 2017-02-11 22:02:09 +02:00
Makefile Update Makefile 2016-02-04 04:06:08 -05:00
README.rst Update README.rst 2019-07-20 10:06:16 -07:00
requirements.txt basics 2012-04-16 21:27:40 -04:00
setup.py Update setup.py 2017-08-28 13:31:05 -04:00

README.rst

Sample Module Repository
========================

This simple project is an example repo for Python projects.

`Learn more <http://www.kennethreitz.org/essays/repository-structure-and-python>`_.

---------------

If you want to learn more about ``setup.py`` files, check out `this repository <https://github.com/kennethreitz/setup.py>`_.