Skip to content

Commit

Permalink
Add dir_browser/htdocs folder
Browse files Browse the repository at this point in the history
Update #246
  • Loading branch information
mar10 committed Apr 7, 2022
1 parent 7de60e2 commit c83c2bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
17 changes: 4 additions & 13 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ exclude =

[options.data_files]
. = CHANGELOG.md
wsgidav/dir_browser = wsgidav/dir_browser/htdocs/*.*
# /etc/my_package =
# site.d/00_default.conf
# host.d/00_default.conf
Expand All @@ -94,23 +95,13 @@ ignore =
docs/sphinx-build
docs/sphinx-build/*

# [isort]
# force_alphabetical_sort=True
# force_single_line=False
# force_to_top=True
# from_first=True
# lines_after_imports=2
# ; not_skip=__init__.py
# multi_line_output=3
# include_trailing_comma=True
# force_grid_wrap=0
# combine_as_imports=True
# line_length=88

[aliases]
# TODO: this breaks 'setup.py test' which is ought to run the Tox-command:
#test = pytest

# isort is configured in pyproject.toml: [tool.isort]
# [isort]

# --- Coverage Settings --------------------------------------------------------

[coverage:run]
Expand Down
2 changes: 1 addition & 1 deletion wsgidav/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
When pywin32 is installed, number must be a.b.c for MSI builds?
"3.0.0a4" seems not to work in this case!
"""
__version__ = "4.0.1"
__version__ = "4.0.2-0"

# make version accessible as 'wsgidav.__version__'
# from wsgidav._version import __version__ # noqa: F401
Expand Down

0 comments on commit c83c2bd

Please sign in to comment.