소스 검색

Merge branch 'nvie/feature/bdist_rpm-stuff'

Ask Solem 15 년 전
부모
커밋
ff0711aee0
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. 11 0
      setup.cfg

+ 11 - 0
setup.cfg

@@ -5,3 +5,14 @@ all_files = 1
 
 [upload_sphinx]
 upload-dir = docs/.build/html
+
+[bdist_rpm]
+requires = python-uuid
+           python-importlib
+           python-multiprocessing==2.6.2.1
+           python-django
+           python-dateutil
+           python-anyjson
+           python-carrot>=0.10.4
+           python-django-picklefield
+           python-billiard>=0.3.0