Fix warning when creating the sdist package.

Bug: 1037334

* MANIFEST.in
  version.py not exists.

Change-Id: Id5eb6a5f5f48827bf053f7d18694eeca38f20a32
This commit is contained in:
Bhuvan Arumugam
2012-08-17 22:07:45 -07:00
parent fa84c933b4
commit 9d4f8fe13c

View File

@@ -1,6 +1,5 @@
include tox.ini
include LICENSE README HACKING.rst
include version.py
include tools/*
include quantumclient/tests/*
include quantumclient/tests/unit/*