Metadata-Version: 1.1
Name: pkgtmpl
Version: 0.2.2
Summary: Bootstrap python packages with sane defaults
Home-page: https://github.com/jmagnusson/pkgtmpl
Author: Jacob Magnusson
Author-email: m@jacobian.se
License: BSD
Description: 
        pkgtmpl
        -------
        
        Bootstrap python packages with sane defaults
        
        Features include:
        
        - Generates .gitignore, AUTHORS, CHANGELOG,
          LICENSE (BSD simplified by default), MANIFEST.in, README.md,
          requirements.txt, setup.py, tests.py and tox.ini.
        
        - Sets your name, github username, package name in the templates by
          reading a config that should be located @ ~/.config/pkgtmpl.ini.
        
        - Optional: Add Travis CI status and twitter account to the readme
        
        - Sets your name and year in the copyright notice of the license file
        
        
Platform: unix
Platform: macos
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python
