Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
setuptools_dso
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
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
setuptools_dso
Commits
b3abb7c0
Commit
b3abb7c0
authored
Jan 22, 2021
by
Michael Davidsaver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc
parent
6e4c36b6
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
COPYRIGHT
COPYRIGHT
+1
-1
README.md
README.md
+12
-0
No files found.
COPYRIGHT
View file @
b3abb7c0
Copyright Michael Davidaver 20
19
Copyright Michael Davidaver 20
21
See LICENSE
README.md
View file @
b3abb7c0
...
...
@@ -29,6 +29,18 @@ requires = ["setuptools", "wheel", "setuptools_dso"]
This ensures that
`setuptools_dso`
is available to be imported by
`setup.py`
.
### MANIFEST.in
Add a
`MANIFEST.in`
to ensure that
`setup.py sdist`
includes everything necessary
for a successful source build.
```
include pyproject.toml
include src/*.h
include src/*.c
include src/*.cpp
```
### Building a DSO
The
[
source
](
example/src/
)
files while make up the non-python
`demo`
library are:
`mylib.h`
,
`foo.c`
,
`bar.cpp`
.
...
...
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