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
2108a54f
Kaydet (Commit)
2108a54f
authored
Eyl 13, 2013
tarafından
shin-
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bumped version in setup.py and changed development status from alpha to beta
üst
afba52dc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
setup.py
setup.py
+5
-3
No files found.
setup.py
Dosyayı görüntüle @
2108a54f
...
@@ -8,16 +8,18 @@ SOURCE_DIR = os.path.join(ROOT_DIR)
...
@@ -8,16 +8,18 @@ SOURCE_DIR = os.path.join(ROOT_DIR)
test_requirements
=
[]
test_requirements
=
[]
setup
(
setup
(
name
=
"docker-py"
,
name
=
"docker-py"
,
version
=
'0.
1.5
'
,
version
=
'0.
2.0
'
,
description
=
"Python client for Docker."
,
description
=
"Python client for Docker."
,
packages
=
[
'docker'
],
packages
=
[
'docker'
],
install_requires
=
[
'requests'
,
'six'
]
+
test_requirements
,
install_requires
=
[
'requests'
,
'six'
]
+
test_requirements
,
zip_safe
=
False
,
zip_safe
=
False
,
test_suite
=
'tests'
,
test_suite
=
'tests'
,
classifiers
=
[
'Development Status ::
3 - Alph
a'
,
classifiers
=
[
'Development Status ::
4 - Bet
a'
,
'Environment :: Other Environment'
,
'Environment :: Other Environment'
,
'Intended Audience :: Developers'
,
'Intended Audience :: Developers'
,
'Operating System :: OS Independent'
,
'Operating System :: OS Independent'
,
'Programming Language :: Python'
,
'Programming Language :: Python'
,
'Topic :: Utilities'
],
'Topic :: Utilities'
,
'License :: OSI Approved :: Apache Software License'
],
)
)
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