소스 검색

use twine instead of python setup.py sdist upload

Oz N Tiram 9 년 전
부모
커밋
287b6ff40d
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      docs/general_notes.txt

+ 4 - 1
docs/general_notes.txt

@@ -59,9 +59,12 @@ finally you should step into:
   2. Make new passwords according to user defined rules. 
 
 # build the package with 
+
   python setup.py sdist
+
 # upload  
-  python setup.py sdist upload
+  
+  twine upload dist/pwman.tar.gz
 
 # PyCrypto Alternatives: