Pārlūkot izejas kodu

Upgrade pypi registratioin

Matthew Wang 8 gadus atpakaļ
vecāks
revīzija
dedae36c8b
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2
    2
      Makefile

+ 2
- 2
Makefile Parādīt failu

1
 # Makefile for testing
1
 # Makefile for testing
2
 
2
 
3
-TESTPYPI = http://testpypi.python.org/pypi
4
-PYPI = http://pypi.python.org/pypi
3
+TESTPYPI = pypitest
4
+PYPI = pypi
5
 
5
 
6
 .PHONY: dogfood doc-check doc-preview clean build dist-test dist \
6
 .PHONY: dogfood doc-check doc-preview clean build dist-test dist \
7
 	test test3 cov cov3 html reg reg3 profile profile3
7
 	test test3 cov cov3 html reg reg3 profile profile3