Metadata-Version: 2.1
Name: BRUNCH
Version: 0.0.1
Description-Content-Type: text/plain







MODULE:

	<b>PUBLISH</b>
		# change setup.py version
		
		(rm -rf dist && python3 -m build --sdist && twine upload dist/*)
		(rm -rf dist && python3 -m build && twine upload dist/*)
		(git commit -am "0.0.16" && git tag 0.0.16)
		
		# https://docs.python.org/3/distutils/builtdist.html
		
	<b></b>
	
		(cd STRUCTURE_PIP && rm -rf MODULES_PIP && pip install --requirement MODULES_PIP.UTF8 --target MODULES_PIP --upgrade)

		
		pip install BRUNCH
