-
I am looking after a tool ONLY for packaging and publishing, whereas I only found tools that have other features that I really don't need.
Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Yup, you can specify
For the sdist - the |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
Yup, you can specify
version = "0.2"
inpyproject.toml
- if you do this, just remove version from thedynamic
list inpyproject.toml
. See the docs under new style metadata.For the sdist - the
.tar.gz
package - yes. See the docs under Sdist section. For wheels, Flit assumes that anything inside your Python package directory (the folder containing__init__.py
) is part of your package; this bit isn't configurable.