build: move docx package under src/ directory · python-openxml/python-docx@80740f2 · GitHub
Skip to content

Commit 80740f2

Browse files
committed
build: move docx package under src/ directory
This improves packaging reliability because it prevents tests from running against the current directory instead of the installed version of the package.
1 parent 629f942 commit 80740f2

111 files changed

Lines changed: 8 additions & 4 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 2 additions & 1 deletion

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
include HISTORY.rst LICENSE README.rst tox.ini
2-
graft docx/templates
2+
graft src/docx/templates
33
graft features
44
graft tests
55
graft docs

setup.py

Lines changed: 5 additions & 2 deletions
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)