takluyver commented on code in PR #1387:
URL: https://github.com/apache/hamilton/pull/1387#discussion_r2375337271


##########
pyproject.toml:
##########
@@ -272,3 +274,10 @@ exclude = ["*tests*"]
 
 [tool.setuptools.package-data]
 hamilton = ["*.json", "*.md", "*.txt"]
+
+[tool.flit.module]
+name = "hamilton"
+
+[tool.flit.sdist]
+include = ["LICENSE", "NOTICE", "DISCLAIMER"]

Review Comment:
   This list serves the same purpose as `MANIFEST.in` does for setuptools, so 
if you do go ahead with using Flit, that file would be unused and you could 
remove it.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to