Skip to content

Commit 4a86c68

Browse files
committed
chore: Replace manifest with pyproject.toml spec
Re-adding changes that were made in #83. Accidentally merged that into a dead branch instead of master.
1 parent 69d921d commit 4a86c68

2 files changed

Lines changed: 5 additions & 15 deletions

File tree

MANIFEST.in

Lines changed: 0 additions & 15 deletions
This file was deleted.

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ classifiers=[
2020
'Programming Language :: Python :: 3.10',
2121
'Typing :: Typed'
2222
]
23+
include = [
24+
'LICENSE',
25+
'docs/*.rst',
26+
'references/*.pdf',
27+
]
2328

2429
[tool.poetry.urls]
2530
"Docs" = "https://netsgiro.readthedocs.io/"

0 commit comments

Comments
 (0)