555f8d48b5
- freezer layout and code is now more OpenStack oriented - .gitreview points to review.openstack.org - few more items are added in .gitignore - tox.ini is added to be able to succesfully py27 and pep8 gate jobs - Code pep8 style is improved in this commit - removed HACKING.rst and CHANGES.rst - Bumped version to 1.0.9 Change-Id: If6dc5f32af83e726bb393017775e068fd2af8c04
12 lines
218 B
Plaintext
12 lines
218 B
Plaintext
include AUTHORS
|
|
include ChangeLog
|
|
include *.rst
|
|
include *.txt
|
|
include tox.ini
|
|
include bin/freezerc
|
|
recursive-include docs *.rst
|
|
recursive-include freezer *.py
|
|
exclude .gitignore
|
|
exclude .gitreview
|
|
|
|
global-exclude *.pyc |