Skip to content

Commit

Permalink
make _version.py private
Browse files Browse the repository at this point in the history
  • Loading branch information
HDembinski committed May 28, 2021
1 parent 27a4f13 commit 143289b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
*.egg-info
__pycache__
monolens/version.py
monolens/_version.py
5 changes: 5 additions & 0 deletions monolens/version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# coding: utf-8
# file generated by setuptools_scm
# don't change, don't track in version control
version = "0.4.6.dev0+g0b469d1.d20210528"
version_tuple = (0, 4, 6, "dev0+g0b469d1", "d20210528")
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ requires = [
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
write_to = "monolens/version.py"
write_to = "monolens/_version.py"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = monolens
version = attr: monolens.__version__
version = attr: monolens._version.version
author = Hans Dembinski
author_email = [email protected]
description = Show part of your screen in 8-bit grayscale
Expand Down

0 comments on commit 143289b

Please sign in to comment.