Metadata-Version: 1.0
Name: acoomans-python-project-template
Version: 0.1
Summary: A description for my python project
Home-page: https://github.com/acoomans/python_project_template
Author: Arnaud Coomans
Author-email: arnaud.coomans@gmail.com
License: BSD
Description: My Python Project
        =================
        
        [![Build](https://travis-ci.com/acoomans/python_project_template.svg?branch=master)](https://travis-ci.org/acoomans/python_project_template)
        [![Pypi version](http://img.shields.io/pypi/v/acoomans_python_project_template.svg)](https://pypi.python.org/pypi/acoomans_python_project_template)
        [![Pypi license](http://img.shields.io/pypi/l/acoomans_python_project_template.svg)](https://pypi.python.org/pypi/acoomans_python_project_template)
        ![Python 2](http://img.shields.io/badge/python-2-blue.svg)
        ![Python 3](http://img.shields.io/badge/python-3-blue.svg)
        
        Run tests:
        
        	python setup.py test
        	
        [distutils]
        index-servers = 
        	pypi 
        	pypitest
        
        [pypi]
        repository=https://pypi.python.org/pypi
        username=acoomans
        
        [pypitest]
        repository=https://testpypi.python.org/pypi
        username=acoomans
        	
        
        
Keywords: a,b,c
Platform: any
