Jose Diaz-Gonzalez

Move version into __init__.py

1 include README.md 1 include README.md
2 include LICENSE 2 include LICENSE
3 include requirements.txt 3 include requirements.txt
4 -include kappa/_version
5 recursive-include samples *.js *.py *.yml *.cf *.json *.txt 4 recursive-include samples *.js *.py *.yml *.cf *.json *.txt
......
...@@ -12,6 +12,4 @@ ...@@ -12,6 +12,4 @@
12 # See the License for the specific language governing permissions and 12 # See the License for the specific language governing permissions and
13 # limitations under the License. 13 # limitations under the License.
14 14
15 -import os 15 +__version__ = '0.3.1'
16 -
17 -__version__ = open(os.path.join(os.path.dirname(__file__), '_version')).read()
......
1 -0.3.1
...\ No newline at end of file ...\ No newline at end of file