mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Remove local config from package.
This commit is contained in:
parent
25d4a74e94
commit
81a4a5f7b5
2 changed files with 6 additions and 1 deletions
|
@ -7,4 +7,3 @@ recursive-include dpaste/templates *
|
|||
recursive-include dpaste/static *
|
||||
recursive-include docs *
|
||||
recursive-exclude docs/_build *
|
||||
exclude dpaste/settings/local.py
|
||||
|
|
|
@ -45,6 +45,12 @@ install_requires =
|
|||
tox
|
||||
coverage
|
||||
|
||||
[options.packages.find]
|
||||
where = .
|
||||
exclude =
|
||||
dpaste/settings/local.py
|
||||
|
||||
|
||||
[isort]
|
||||
known_first_party = dpaste
|
||||
default_section = THIRDPARTY
|
||||
|
|
Loading…
Reference in a new issue