#36740: Replace MANIFEST.in with setuptools configuration via pyproject.toml
--------------------------------------+------------------------------------
Reporter: Pravin | Owner: Pravin
Type: Cleanup/optimization | Status: assigned
Component: Packaging | Version: dev
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
--------------------------------------+------------------------------------
Comment (by Pravin):
{{{
[tool.setuptools.data-files]
"." = [
"*.rst",
"Gruntfile.js",
"INSTALL",
"package.json",
"tox.ini",
"tests/**/*",
"docs/**/*",
"js_tests/**/*",
"extras/**/*",
"scripts/**/*",
]
}}}
in this scenario this it won't copy recursively. I got {{{error: can't
copy 'tests/absolute_url_overrides': doesn't exist or not a regular
file}}}. My assumption here is it search for specific files only not
folders and their content.
[https://setuptools.pypa.io/en/latest/userguide/datafiles.html]
the build is not produced.
--
Ticket URL: <https://code.djangoproject.com/ticket/36740#comment:8>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/django-updates/0107019a9cd6e837-531fd230-7141-482c-803f-fc37fcaf424d-000000%40eu-central-1.amazonses.com.