This automates the manual dance around version numbers for less maintenance pain. The main visible changes are: - requirements are in requirements.txt for now - tags must be just x.y.z not testtools-x.y.z - version information in __init__ is dynamically looked up. - we can probably cleanup a bunch of our bootstrap import glue but in the interest of clear reviews, and avoiding surprises, I'm leaving that alone for now. Change-Id: Ia54f681b50764a94ada68a6b2ac1bc77bfb619c5
22 lines
197 B
Plaintext
22 lines
197 B
Plaintext
__pycache__
|
|
./build
|
|
MANIFEST
|
|
dist
|
|
tags
|
|
TAGS
|
|
apidocs
|
|
_trial_temp
|
|
doc/_build
|
|
.testrepository
|
|
.lp_creds
|
|
./testtools.egg-info
|
|
*.pyc
|
|
*.swp
|
|
*~
|
|
testtools.egg-info
|
|
/build/
|
|
/.env/
|
|
/.eggs/
|
|
AUTHORS
|
|
ChangeLog
|