Metadata-Version: 1.1
Name: simple-locations
Version: 2.3
Summary: The common location package used for catalpa's projects.
Home-page: https://github.com/catalpainternational/simple_locations
Author: Anders Hofstee, Nicoas Hoibian
Author-email: a.hofstee@catalpainternational.org
License: BSD
Description: #### Uploading a new version to PyPi
        
        * Bump `setup.py` to a new version
        * Create a git tag for this version: `git tag <version_number>`
        * Push the tag to github `git push origin <version_number>`
        * Upload the new version to PyPi: `python setup.py sdist upload`
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django
