diff options
author | Monty Taylor <mordred@inaugust.com> | 2012-02-06 09:49:09 -0500 |
---|---|---|
committer | Monty Taylor <mordred@inaugust.com> | 2012-02-06 08:06:12 -0800 |
commit | 2ca2b4b49367d6033bdd2c5e47d17392e7aba318 (patch) | |
tree | 0242581d969706676e403e4d46636be051e28189 /MANIFEST.in | |
parent | bf1d46353edba3f6a46edf2bc96fb9452efeb9aa (diff) | |
download | oslo-2ca2b4b49367d6033bdd2c5e47d17392e7aba318.tar.gz oslo-2ca2b4b49367d6033bdd2c5e47d17392e7aba318.tar.xz oslo-2ca2b4b49367d6033bdd2c5e47d17392e7aba318.zip |
Updated tox config for multi-python testing.
Change-Id: Ib1f768c6783db0e63cb51dfc767ae5a31a295c76
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..958d5d3 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,3 @@ +include requirements.txt +include tox.ini +include tools/* |