Flatten the config file structure

This commit is contained in:
Karolina Surma
2021-09-01 10:51:44 +02:00
parent 5043bc63d5
commit 1052ac25f8
6 changed files with 5 additions and 15 deletions
@@ -14,10 +14,8 @@ A asyncio-friendly library for Notion Home Monitoring devices.
extra_build_requires = ["runtime"]
[files]
license_files = ["LICENSE"]
doc_files = ["README.md"]
[changelog]
changelog_head = "Fri Jun 04 2021 Package Manager <package@manager.com>"
changelog_msg = "Rebuilt for Python 3.10"
-2
View File
@@ -18,10 +18,8 @@ comes with good defaults out of the box.
extra_build_requires = ["test"]
test = "tox"
[files]
license_files = ["LICENSE.rst"]
doc_files = ["README.rst", "CHANGES.rst"]
[changelog]
changelog_head = "Wed Jun 02 2021 Package Maintainer <package@maintainer.com>"
changelog_msg = "Rebuilt for Python 3.10"
@@ -27,10 +27,8 @@ unwanted_tests = [
"test_run",
]
[files]
license_files = ["LICENSE"]
doc_files = ["README.md"]
[changelog]
changelog_head = "Fri Jul 23 2021 Package Maintainer <package@maintainer.com>"
changelog_msg = "Initial package"
@@ -33,11 +33,9 @@ unwanted_tests = [
"test_linkify",
]
[files]
license_files = ["LICENSE", "LICENSE.markdown-it"]
doc_files = ["README.md"]
binary_files = ["markdown-it"]
[changelog]
changelog_head = "Fri Jul 23 2021 Package Maintainer <package@maintainer.com>"
changelog_msg = "Rebuilt"
-2
View File
@@ -21,11 +21,9 @@ manual_build_requires = [
extra_build_requires = ["runtime"]
test = "pytest"
[files]
license_files = ["LICENSE"]
doc_files = ["README.md", "CHANGELOG.md"]
[changelog]
changelog_head = "Thu Jul 29 2021 Package Maintainer <package@maintainer.com>"
changelog_msg = '''
Update to version 1.1.0