File tree Expand file tree Collapse file tree 4 files changed +6
-37
lines changed Expand file tree Collapse file tree 4 files changed +6
-37
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ 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.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ 2.0.1 ] - 2023-04-08 :egg :
8+ ## [ 2.0.2 ] - 2023-04-10 :egg :
99- Fix missing ` py.typed ` files in the distribution package.
1010
1111## [ 2.0.0] - 2023-04-08 :egg :
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" hatchling " ]
3- build-backend = " hatchling.build "
2+ requires = [" setuptools>=61.0 " ]
3+ build-backend = " setuptools.build_meta "
44
55[project ]
66name = " essentials-configuration"
7- version = " 2.0.1 "
7+ version = " 2.0.2 "
88authors = [{ name = " Roberto Prevato" , email = " roberto.prevato@gmail.com" }]
99description = " Implementation of key-value pair based configuration for Python applications."
1010readme = " README.md"
@@ -30,25 +30,8 @@ full = ["PyYAML", "click"]
3030[project .scripts ]
3131config = " config.cli.main:main"
3232
33- [tool .hatch .build .targets .sdist ]
34- exclude = [
35- " /.github" ,
36- " /docs" ,
37- " /examples" ,
38- " /deps" ,
39- " /htmlcov" ,
40- " /tests" ,
41- " Makefile" ,
42- " CODE_OF_CONDUCT.md" ,
43- " .isort.cfg" ,
44- " .gitignore" ,
45- " .flake8" ,
46- " junit" ,
47- " requirements.txt" ,
48- " mypy.ini" ,
49- " pytest.ini" ,
50- " venv" ,
51- ]
33+ [tool .setuptools .package-data ]
34+ config = [" */py.typed" ]
5235
5336[project .urls ]
5437"Homepage" = " https://github.com/Neoteroi/essentials-configuration"
You can’t perform that action at this time.
0 commit comments