File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99build /
1010* .egg-info /
1111* .egg
12+ tind_client /_version.py
1213
1314# Virtual environments
1415.venv /
Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.2.2]
9+
10+ ### Changed
11+ - build package and publish to pypi, using setuptools_scm for version management
12+
813## [ 0.2.1]
914
1015### Changed
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools>=80" , " setuptools-scm[simple]>=9.2 " ]
2+ requires = [" setuptools>=80" , " setuptools-scm[simple]>=10.0.5 " ]
33build-backend = " setuptools.build_meta"
44
55[project ]
@@ -61,7 +61,13 @@ allow-init-docstring = true
6161skip-checking-raises = true
6262style = " sphinx"
6363
64+ [tool .pylint .master ]
65+ ignore = [" _version.py" ]
66+
6467[tool .pylint .format ]
6568max-line-length = 100
6669
70+ # the following is unnecessary, but having anything in this config section
71+ # suppresses a spurious build warning from setuptools_scm.
6772[tool .setuptools_scm ]
73+ version_file = " tind_client/_version.py"
You can’t perform that action at this time.
0 commit comments