diff options
author | Tim Harder <radhermit@gmail.com> | 2015-08-03 18:31:24 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gmail.com> | 2015-08-04 02:04:12 -0400 |
commit | 840ddc7f6d70bfad42db6edbb17cd2269d8becbe (patch) | |
tree | 919c5f42eecbf382f7274f9d46a21498b0b4692e /.gitignore | |
parent | move snakeoil.namespaces to snakeoil.process.namespaces (diff) | |
download | snakeoil-840ddc7f6d70bfad42db6edbb17cd2269d8becbe.tar.gz snakeoil-840ddc7f6d70bfad42db6edbb17cd2269d8becbe.tar.bz2 snakeoil-840ddc7f6d70bfad42db6edbb17cd2269d8becbe.zip |
move distribution related files back into snakeoil proper
For a number of reasons, first off the subtree workflow seems to be
break with regular rebasing techniques, second it's annoying keeping all
the files in the various repos updated, and finally the setup_requires
attribute for setuptools should do what we want by forcing snakeoil to
be installed before running the setup script.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,9 +5,9 @@ # C extensions *.so -build -cache -dist +./build +./cache +./dist _trial_temp /doc/_build /doc/api |