Adopt 'src' layout and add 'testing' extras

This commit is contained in:
Bruno Oliveira
2019-06-06 19:35:13 -03:00
parent cdf422dec8
commit 7d41db3685
16 changed files with 6 additions and 4 deletions

3
src/xdist/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
from xdist._version import version as __version__
__all__ = ["__version__"]