mirror of
https://github.com/ultrajson/ultrajson.git
synced 2024-11-22 23:52:08 +01:00
With setuptools_scm, MANIFEST.in only needs to include non-SCM files (or exclude SCM files)
This commit is contained in:
parent
3bbb64d3de
commit
d66342b6db
13
MANIFEST.in
13
MANIFEST.in
@ -1,12 +1 @@
|
|||||||
recursive-include deps *
|
include python/version.h
|
||||||
|
|
||||||
include README.rst
|
|
||||||
include MANIFEST.in
|
|
||||||
include LICENSE.txt
|
|
||||||
include setup.py
|
|
||||||
include tests/tests.py
|
|
||||||
include tests/sample.json
|
|
||||||
include lib/*.c
|
|
||||||
include lib/*.h
|
|
||||||
include python/*.c
|
|
||||||
include python/*.h
|
|
||||||
|
Loading…
Reference in New Issue
Block a user