Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
D
docker-py
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
docker-py
Commits
accb9de5
Kaydet (Commit)
accb9de5
authored
Nis 25, 2018
tarafından
Joffrey F
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove obsolete docker-py check in setup.py
Signed-off-by:
Joffrey F
<
joffrey@docker.com
>
üst
e1ab5457
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
+0
-14
setup.py
setup.py
+0
-14
No files found.
setup.py
Dosyayı görüntüle @
accb9de5
...
...
@@ -3,23 +3,9 @@ from __future__ import print_function
import
codecs
import
os
import
sys
import
pip
from
setuptools
import
setup
,
find_packages
try
:
if
'docker-py'
in
[
x
.
project_name
for
x
in
pip
.
get_installed_distributions
()]:
print
(
'ERROR: "docker-py" needs to be uninstalled before installing this'
' package:
\n
pip uninstall docker-py'
,
file
=
sys
.
stderr
)
sys
.
exit
(
1
)
except
AttributeError
:
pass
ROOT_DIR
=
os
.
path
.
dirname
(
__file__
)
SOURCE_DIR
=
os
.
path
.
join
(
ROOT_DIR
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment