소스 검색

Dependencies

master
Pete Shadbolt 5 년 전
부모
커밋
bbeeecff35
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +1
    -1
      Makefile
  2. +1
    -1
      doc/makefile
  3. +1
    -1
      setup.py

+ 1
- 1
Makefile 파일 보기

@@ -10,4 +10,4 @@ sdist:

deploy: sdist doc
$(MAKE) -C $(DOC_DIR) deploy
python setup.py sdist upload
twine upload dist/*

+ 1
- 1
doc/makefile 파일 보기

@@ -192,5 +192,5 @@ pseudoxml:
@echo "Build finished. The pseudo-XML files are in $(BUILDDIR)/pseudoxml."

deploy:
rsync -rv ./_build/html/ pete@pete:site/static/abp/
rsync -rvP ./_build/html/ pete@peteshadbolt.co.uk:abp/abp/


+ 1
- 1
setup.py 파일 보기

@@ -13,5 +13,5 @@ setup(
description = "Port of C++ due to Simon Anders and Hans J Briegel",
keywords = "quantum",
setup_requires = ["numpy"],
install_requires = ["numpy", "networkx", "requests"],
install_requires = ["numpy", "networkx", "requests", "six"],
)

불러오는 중...
취소
저장