浏览代码

better dependency handling

 * setup.py now uses setuptools instead of distutils
 * when downloading from pypi dependencies will be included
 * also added requirements.txt
Oz Nahum 11 年之前
父节点
当前提交
157d9e4127
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      MANIFEST.in

+ 1 - 0
MANIFEST.in

@@ -1,3 +1,4 @@
 include ChangeLog
 include documentation/*
 include documentation/man_page/*
+include requirements.txt