diff options
author | Jenkins <jenkins@review.openstack.org> | 2013-07-12 22:45:30 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2013-07-12 22:45:30 +0000 |
commit | 9ab5dacf3efbf5c3900176484082edf2623ed638 (patch) | |
tree | ecf601fba78ef396e5df874b0fa5043cbada6118 | |
parent | f93071eef0039a570f887bbd2c46324ce75873ce (diff) | |
parent | b139fa873e35fb4e60333f25b6e548d4a355becc (diff) | |
download | oslosphinx-9ab5dacf3efbf5c3900176484082edf2623ed638.tar.gz |
Merge "Ensure that AUTHORS and ChangeLog are packaged"
-rw-r--r-- | HACKING.rst | 16 | ||||
-rw-r--r-- | MANIFEST.in | 3 |
2 files changed, 19 insertions, 0 deletions
diff --git a/HACKING.rst b/HACKING.rst new file mode 100644 index 0000000..13018d5 --- /dev/null +++ b/HACKING.rst @@ -0,0 +1,16 @@ +OpenStack Style Commandments +============================ + +- Step 1: Read http://www.python.org/dev/peps/pep-0008/ +- Step 2: Read http://www.python.org/dev/peps/pep-0008/ again +- Step 3: Read https://github.com/openstack-dev/hacking/blob/master/HACKING.rst + +The OpenStack Style Commandments live here: + + https://github.com/openstack-dev/hacking/blob/master/HACKING.rst + +local-checks +------------ + +None so far + diff --git a/MANIFEST.in b/MANIFEST.in index 5de6a8e..1d918af 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1,4 @@ recursive-include oslo *.html *.css *.js *.conf *.jpg *.gif +include AUTHORS +include HACKING.rst +include ChangeLog |