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
dataprocessing
Commits
9948c38087cb
Commit
e3ddbbd1
authored
Oct 18, 2021
by
François Ferry
Browse files
merge old and new repositories
parents
3e9d617723d8
c6daebefb4af
Changes
3
Hide whitespace changes
Inline
Side-by-side
MANIFEST.in
View file @
9948c380
...
...
@@ -3,3 +3,4 @@ include */*.py
recursive-include data *.gif *.png *.ico *.css *.js
recursive-include i18n *.po
recursive-include wdoc *
include README.rst
README
→
README
.rst
View file @
9948c380
File moved
setup.py
View file @
9948c380
...
...
@@ -43,8 +43,8 @@ from distutils.command import install_data
from
__pkginfo__
import
modname
,
version
,
license
,
description
,
web
,
\
author
,
author_email
,
classifiers
if
exists
(
'README'
):
long_description
=
open
(
'README'
).
read
()
if
exists
(
'README
.rst
'
):
long_description
=
open
(
'README
.rst
'
).
read
()
else
:
long_description
=
''
...
...
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