We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
unicode_literals
1 parent 8a6f7c4 commit bd8a547Copy full SHA for bd8a547
.travis.yml
@@ -22,4 +22,4 @@ install:
22
23
script:
24
- cd example && python setup.py develop && cd ..
25
- - cd example_tomlgen && python setup.py tomlgen_rust -w && cd ..
+ - cd example_tomlgen && python setup.py tomlgen_rust -w build && cd ..
example_tomlgen/.gitignore
@@ -1,3 +1,4 @@
1
build/
2
Cargo.toml
3
Cargo.lock
4
+.cargo
setuptools_rust/tomlgen.py
@@ -1,6 +1,4 @@
# coding: utf-8
-from __future__ import unicode_literals
-
import glob
5
import os
6
import string
0 commit comments