Skip to content

Commit 1972d6b

Browse files
committed
Update MANIFEST.in and setup.cfg files
1 parent 3f96e2c commit 1972d6b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

MANIFEST.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
#
2020

2121
recursive-include dragonfly/examples *.py
22-
include dragonfly/documentation/*
23-
exclude dragonfly/documentation/.svn*
22+
include documentation/*
23+
exclude .git*

setup.cfg

-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@ source-dir = documentation
33
build-dir = documentation/build
44
all_files = 1
55

6-
[upload_sphinx]
7-
upload-dir = documentation/build/html

0 commit comments

Comments
 (0)