Standard base to build Wagtail sites from
Project description
This is a base to build all Takeflight sites off. This package contains all the common code shared between sites, with the ideal Takeflight 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.
Update the CHANGELOG. Please.
Tag your release:
$ git tag "x.y.z"
$ git push --tags
Make a virtual environment and activate it. You may already have one from last time:
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install wheel # Only required once per venv
Then, package up and publish the package:
$ ./setup.py sdist bdist_wheel upload
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file coop-2.1.0.tar.gz.
File metadata
- Download URL: coop-2.1.0.tar.gz
- Upload date:
- Size: 14.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3d8c693b37a805f3072598a88f69329fb6245a8c5e0b1e2c606d2c1f2155044
|
|
| MD5 |
160838b8af678a67fc98adceb66a1542
|
|
| BLAKE2b-256 |
51fd9d83a99f99252934f91170339aae1a11f0a6066257064e91d8da9f39cf92
|
File details
Details for the file coop-2.1.0-py3-none-any.whl.
File metadata
- Download URL: coop-2.1.0-py3-none-any.whl
- Upload date:
- Size: 22.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2824c8c7056d485aefdf52cf16ebb5900f6d729678a7a6033c9b2f1147008633
|
|
| MD5 |
31b80f1224089d0158832bf18c02f44f
|
|
| BLAKE2b-256 |
253a59ec018eb63d89b9d8c518b2fc9f53dc101a984ee127d989c4376735642a
|