Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
rdiff-backup
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
rdiff-backup
Commits
15c5cb5b
Commit
15c5cb5b
authored
Jan 30, 2014
by
Mathieu Le Marec - Pasquet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
finishing repackaging
parent
dcf27ede
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
4 deletions
+8
-4
.gitignore
.gitignore
+4
-0
dist/setup.py
dist/setup.py
+3
-3
rdiff_backup/setup.py
rdiff_backup/setup.py
+1
-0
setup.py
setup.py
+0
-1
No files found.
.gitignore
View file @
15c5cb5b
venv
build/
rdiff_backup.egg-info/
rdiff_backup/C.so
rdiff_backup/_librsync.so
*pyc
dist/setup.py
View file @
15c5cb5b
#!/usr/bin/env python
import
sys
,
os
,
getopt
from
distutils.core
import
setup
,
Extension
from
setuptools
import
setup
,
Extension
version_string
=
"$version"
...
...
@@ -65,9 +65,9 @@ setup(name="rdiff-backup",
author_email
=
"rdiff-backup@emerose.org"
,
url
=
"http://rdiff-backup.nongnu.org/"
,
packages
=
[
'rdiff_backup'
],
ext_modules
=
[
Extension
(
"rdiff_backup.C"
,
[
"cmodule.c"
]),
ext_modules
=
[
Extension
(
"rdiff_backup.C"
,
[
"
rdiff_backup/
cmodule.c"
]),
Extension
(
"rdiff_backup._librsync"
,
[
"_librsyncmodule.c"
],
[
"
rdiff_backup/
_librsyncmodule.c"
],
include_dirs
=
incdir_list
,
library_dirs
=
libdir_list
,
libraries
=
libname
,
...
...
rdiff_backup/setup.py
0 → 120000
View file @
15c5cb5b
..
/
dist
/
setup
.
py
\ No newline at end of file
setup.py
deleted
120000 → 0
View file @
dcf27ede
dist
/
setup
.
py
\ No newline at end of file
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