mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
7ecc6b5db7
The pain of having to update your setup.py, your Sphinx conf.py, your __init__.py & everything else on every release of your Python package sucks. By putting your version number in a top-level VERSION file & using this library, you can cut duplication & tedious manual work without having to lean on crazy import hacks. Inspired by crazy discussion with George Hickman (ghickman) at PyCon 2013. WWW: https://github.com/toastdriven/rose PR: ports/177110 Submitted by: William Grzybowski <william88@gmail.com>
13 lines
513 B
Plaintext
13 lines
513 B
Plaintext
A small library for keeping your version up-to-date easily & everywhere.
|
|
|
|
The pain of having to update your setup.py, your Sphinx conf.py, your
|
|
__init__.py & everything else on every release of your Python package sucks.
|
|
|
|
By putting your version number in a top-level VERSION file & using this
|
|
library, you can cut duplication & tedious manual work without having to lean
|
|
on crazy import hacks.
|
|
|
|
Inspired by crazy discussion with George Hickman (ghickman) at PyCon 2013.
|
|
|
|
WWW: https://github.com/toastdriven/rose
|