File tree 3 files changed +9
-7
lines changed 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change
1
+ paths = ["python27-sys", "python3-sys"]
2
+
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " cpython"
4
- version = " 0.0.1 "
5
- description = " Bindings to Python 2.7 "
4
+ version = " 0.0.2 "
5
+ description = " Bindings to Python"
6
6
authors = [
" Daniel Grunwald <[email protected] >" ]
7
7
readme = " README.md"
8
8
keywords = [
@@ -17,6 +17,8 @@ license = "MIT"
17
17
exclude = [
18
18
" .gitignore" ,
19
19
" .travis.yml" ,
20
+ " appveyor.yml" ,
21
+ " .cargo/config" ,
20
22
" python27-sys" ,
21
23
" python32-sys" ,
22
24
]
@@ -31,12 +33,10 @@ abort_on_panic = "1.0"
31
33
# These features are both optional, but you must pick one to
32
34
# indicate which python ffi you are trying to bind to.
33
35
[dependencies .python27-sys ]
34
- path =" python27-sys"
35
36
optional = true
36
37
37
38
[dependencies .python3-sys ]
38
- path = " python3-sys"
39
- optional = true
39
+ optional = true
40
40
41
41
[features ]
42
42
default = [" python3-sys" ]
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ keywords = [
8
8
" cpython" ,
9
9
" libpython27" ,
10
10
]
11
- homepage = " https://github.com/dgrunwald/rust-python27-sys"
12
- repository = " https://github.com/dgrunwald/rust-python27-sys.git "
11
+ homepage = " https://github.com/dgrunwald/rust-cpython/tree/master/ python27-sys"
12
+ repository = " https://github.com/dgrunwald/rust-cpython/tree/master/ python27-sys"
13
13
license = " Python-2.0"
14
14
authors = [
" Daniel Grunwald <[email protected] >" ]
15
15
links = " python27"
You can’t perform that action at this time.
0 commit comments