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
cubicweb
cubes
activitystream
Commits
dea71167c553
Commit
c7d3ba46
authored
Jun 11, 2014
by
Julien Cristau
Browse files
merge
parents
102aada637de
29a2c1f9abc0
Changes
3
Hide whitespace changes
Inline
Side-by-side
README
View file @
dea71167
Summary
-------
activity streams
See https://en.wikipedia.org/wiki/Activity_stream
__pkginfo__.py
View file @
dea71167
...
...
@@ -12,6 +12,12 @@ author = 'LOGILAB S.A. (Paris, FRANCE)'
author_email
=
'contact@logilab.fr'
description
=
'activity streams'
web
=
'http://www.cubicweb.org/project/%s'
%
distname
classifiers
=
[
'Environment :: Web Environment'
,
'Framework :: CubicWeb'
,
'Programming Language :: Python'
,
'Programming Language :: JavaScript'
,
]
__depends__
=
{
'cubicweb'
:
'>= 3.10.8'
}
__recommends__
=
{}
...
...
setup.py
View file @
dea71167
...
...
@@ -41,7 +41,7 @@ from distutils.command import install_data
# import required features
from
__pkginfo__
import
modname
,
version
,
license
,
description
,
web
,
\
author
,
author_email
author
,
author_email
,
classifiers
if
exists
(
'README'
):
long_description
=
file
(
'README'
).
read
()
...
...
@@ -193,6 +193,7 @@ def install(**kwargs):
data_files
=
data_files
,
ext_modules
=
ext_modules
,
cmdclass
=
cmdclass
,
classifiers
=
classifiers
,
**
kwargs
)
...
...
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