mirror of
https://github.com/danieldemus/pyp2spec.git
synced 2026-07-29 13:44:21 +02:00
Flatten the config file structure
This commit is contained in:
@@ -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"
|
||||
@@ -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"
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user