-
-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove implementation code from main import + replace write_to with version_file #870
Remove implementation code from main import + replace write_to with version_file #870
Conversation
still needs function renames
also splits up the get version logic and introduces a type for the parse function
|
||
.. warning:: | ||
|
||
its strongly recommended to use use distribution name specific pretend versions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a random extra space here.
|
||
.. warning:: | ||
|
||
its strongly recommended to use use distribution name specific pretend versions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should be either it's
or it is
. its
means something else.
local_scheme=config.local_scheme, | ||
) | ||
if config.write_to is not None: | ||
dump_version( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
my version file is no longer being dumped anywhere and I am trying to figure out why.
This changed in v8.0.0 via pypa/setuptools-scm#870
This changed in v8.0.0 via pypa/setuptools-scm#870
closes #188
closes #875