소스 검색

Remove explicit Python versions from example configurations

Johannes Baiter 11 년 전
부모
커밋
69b04ad6b0
3개의 변경된 파일0개의 추가작업 그리고 9개의 파일을 삭제
  1. 0 3
      examples/console/installer.cfg
  2. 0 3
      examples/pyqt/installer.cfg
  3. 0 3
      examples/tkinter/installer.cfg

+ 0 - 3
examples/console/installer.cfg

@@ -5,8 +5,5 @@ entry_point=guessnumber:main
 # We need to set this to get a console:
 console=true
 
-[Python]
-version=3.4.0
-
 [Include]
 packages=guessnumber

+ 0 - 3
examples/pyqt/installer.cfg

@@ -3,9 +3,6 @@ name=List App (PyQt)
 version=1.0
 entry_point=listapp:main
 
-[Python]
-version=3.3.5
-
 [Include]
 packages=listapp
     PyQt4

+ 0 - 3
examples/tkinter/installer.cfg

@@ -3,8 +3,5 @@ name=My App
 version=1.0
 entry_point=exampleapp:main
 
-[Python]
-version=3.4.0
-
 [Include]
 packages=exampleapp