Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
e8f28dcd
Commit
e8f28dcd
authored
Jan 19, 2012
by
Kostas Papadimitriou
Browse files
setup.py changes
- declare dependencies - changed console scripts names
parent
65f85cfc
Changes
4
Hide whitespace changes
Inline
Side-by-side
snf-pithos-app/setup.py
View file @
e8f28dcd
...
...
@@ -65,10 +65,10 @@ CLASSIFIERS = []
# Package requirements
INSTALL_REQUIRES
=
[
'
Django>=1.2.3
'
,
'
SQLAlchemy>=0.6.3
'
,
'
MySQL
-p
y
tho
n>=1.2.2
'
,
'
psycopg2
>=
2
.2
.1'
'
snf-common
'
,
'
snf-webproject
'
,
'
snf
-p
i
tho
s-backend
'
,
'
Django
>=
1
.2
, <1.3'
,
]
EXTRAS_REQUIRES
=
{
...
...
@@ -190,7 +190,7 @@ setup(
zip_safe
=
False
,
dependency_links
=
[
'http://docs.dev.grnet.gr/pypi/
index.html
'
],
'http://docs.dev.grnet.gr/pypi/'
],
install_requires
=
INSTALL_REQUIRES
,
extras_require
=
EXTRAS_REQUIRES
,
...
...
snf-pithos-backend/setup.py
View file @
e8f28dcd
...
...
@@ -65,10 +65,9 @@ CLASSIFIERS = []
# Package requirements
INSTALL_REQUIRES
=
[
'Django>=1.2.3'
,
'snf-common'
,
'snf-pithos-lib'
,
'SQLAlchemy>=0.6.3'
,
'MySQL-python>=1.2.2'
,
'psycopg2>=2.2.1'
]
EXTRAS_REQUIRES
=
{
...
...
@@ -190,7 +189,7 @@ setup(
zip_safe
=
False
,
dependency_links
=
[
'http://docs.dev.grnet.gr/pypi/
index.html
'
],
'http://docs.dev.grnet.gr/pypi/'
],
install_requires
=
INSTALL_REQUIRES
,
extras_require
=
EXTRAS_REQUIRES
,
...
...
snf-pithos-lib/setup.py
View file @
e8f28dcd
...
...
@@ -186,7 +186,7 @@ setup(
zip_safe
=
False
,
dependency_links
=
[
'http://docs.dev.grnet.gr/pypi/
index.html
'
],
'http://docs.dev.grnet.gr/pypi/'
],
install_requires
=
INSTALL_REQUIRES
,
extras_require
=
EXTRAS_REQUIRES
,
...
...
snf-pithos-tools/setup.py
View file @
e8f28dcd
...
...
@@ -65,6 +65,7 @@ CLASSIFIERS = []
# Package requirements
INSTALL_REQUIRES
=
[
'snf-pithos-lib'
]
EXTRAS_REQUIRES
=
{
...
...
@@ -186,7 +187,7 @@ setup(
zip_safe
=
False
,
dependency_links
=
[
'http://docs.dev.grnet.gr/pypi/
index.html
'
],
'http://docs.dev.grnet.gr/pypi/'
],
install_requires
=
INSTALL_REQUIRES
,
extras_require
=
EXTRAS_REQUIRES
,
...
...
@@ -194,11 +195,11 @@ setup(
entry_points
=
{
'console_scripts'
:
[
'
snf-
pithos-sh = pithos.tools.sh:main'
,
'
snf-
pithos-sync = pithos.tools.sync:main'
,
'
snf-
pithos-test = pithos.tools.test:main'
,
'
snf-
pithos-fs = pithos.tools.fs:main'
,
'
snf-
pithos-dispatcher = pithos.tools.dispatcher:main'
,
'pithos-sh = pithos.tools.sh:main'
,
'pithos-sync = pithos.tools.sync:main'
,
'pithos-test = pithos.tools.test:main'
,
'pithos-fs = pithos.tools.fs:main'
,
'pithos-dispatcher = pithos.tools.dispatcher:main'
,
],
},
)
...
...
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