Standard base to build Nestbox sites from
Project description
This is a base to build all Nestbox sites off. This package contains all the common code shared between sites, with the ideal Nestbox site containing only model definitions, templates, and front end assets.
Making a release
Upgrade the version in coop/_version.py. Coop follows semver for its versioning scheme.
Make a virtual environment and activate it. You may already have one from last time:
$ python3 -m venv venv
$ source venv/bin/activate
Then, package up and publish the package:
$ ./setup.py sdist
$ publish-python-package dist/coop-X-Y-Z.tar.gz
And you are done!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
coop-0.4.0.tar.gz
(13.7 kB
view hashes)
Built Distribution
coop-0.4.0-py3-none-any.whl
(20.8 kB
view hashes)