Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Kirill Smelkov
wendelin.core
Commits
bc2e4dac
Commit
bc2e4dac
authored
Sep 17, 2019
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
1ccc4478
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
pyproject.toml
pyproject.toml
+2
-0
setup.py
setup.py
+1
-1
No files found.
pyproject.toml
0 → 100644
View file @
bc2e4dac
[build-system]
requires
=
["pygolang[pyx.build]"]
setup.py
View file @
bc2e4dac
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
from
setuptools
import
setup
,
Extension
,
Command
,
find_packages
from
setuptools
import
setup
,
Extension
,
Command
,
find_packages
from
setuptools.command.build_py
import
build_py
as
_build_py
from
setuptools.command.build_py
import
build_py
as
_build_py
from
setuptools.command.build_ext
import
build_ext
as
_build_ext
from
setuptools.command.build_ext
import
build_ext
as
_build_ext
from
Cython.Build
import
cythonize
from
Cython.Build
import
cythonize
# XXX -> golang.pyx.build.Extension ?
from
pkg_resources
import
working_set
,
EntryPoint
from
pkg_resources
import
working_set
,
EntryPoint
from
distutils.errors
import
DistutilsExecError
from
distutils.errors
import
DistutilsExecError
from
subprocess
import
Popen
,
PIPE
from
subprocess
import
Popen
,
PIPE
...
...
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