Metadata-Version: 1.1
Name: simple_locations
Version: 2.7.1
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
        
        * install setuptools and twine
        * 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`
        
        
        If you have pipenv:
        ```
        pipenv install
        ```
        
        ```
        # bump setup.py then:
        pipenv run python setup.py sdist bdist_wheel
        pipenv run twine upload dist/*
        rm -rf dist/*
        ```
        
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
