File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ def tearDown(self):
3636 """Unset test parameter values."""
3737 self ._argv = None
3838 os .remove (self ._log_file_path )
39+ os .remove (self ._log_file_path_default )
3940 self ._log_file_path = None
4041
4142 def test_log_command (self ):
Original file line number Diff line number Diff line change @@ -31,6 +31,14 @@ dependencies = [
3131 " vos>=3.3" ,
3232]
3333
34+ [build-system ]
35+ requires = [
36+ " setuptools" ,
37+ " wheel" ,
38+ ]
39+ build-backend = " setuptools.build_meta"
40+
41+
3442[project .optional-dependencies ]
3543lint = [
3644 " black" ,
@@ -39,6 +47,7 @@ lint = [
3947release = [
4048 " build" ,
4149 " twine" ,
50+ " sdist" ,
4251]
4352test = [
4453 " pytest" ,
@@ -68,3 +77,6 @@ testpaths = ["cs_util"]
6877
6978[tool .setuptools .dynamic ]
7079version = {attr = " cs_util.__version__" }
80+
81+ [tools .setuptools ]
82+ packages = [" cs_util" ]
You can’t perform that action at this time.
0 commit comments