Skip to content

Commit

Permalink
Add notes for legacy configs
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-bc committed Dec 7, 2023
1 parent 198d477 commit edad686
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,16 @@ fprime_test_api = "fprime_gds.common.testing_fw.pytest_integration"
# See https://setuptools.pypa.io/en/latest/userguide/datafiles.html
####
[tool.setuptools_scm]


####
# Additional notes
#
# With regards to the configuration of the older versions of setup.py:
# - package_data: included by default, and setuptools_scm will automatically include all files tracked by git
# - package discovery (src/): setuptools will automatically discover all packages as we use the src-layout
#
# Reference:
# - https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
# - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html#src-layout
####

0 comments on commit edad686

Please sign in to comment.