Skip to content
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

A small patch for the rebasing of the main directory under src #75

Merged
merged 3 commits into from
Jun 29, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
requires = ["setuptools >= 42.0", "wheel", "setuptools_scm[toml] >= 3.4", "setuptools_scm_git_archive"]

[tool.setuptools_scm]
write_to = "eddymotion/_version.py"
write_to = "src/eddymotion/_version.py"
write_to_template = """\
\"\"\"Version file, automatically generated by setuptools_scm.\"\"\"
__version__ = "{version}"
Expand Down
2 changes: 2 additions & 0 deletions src/eddymotion/_version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
"""Version file, automatically generated by setuptools_scm."""
GalKepler marked this conversation as resolved.
Show resolved Hide resolved
__version__ = "0.1.dev226+gf2cb9b0.d20220624"