From fc05a9c3825e842e5d00753a11f4a9d6302e5ab2 Mon Sep 17 00:00:00 2001 From: Roberto Prevato Date: Mon, 1 May 2023 10:52:10 +0200 Subject: [PATCH] Fix build, update license --- LICENSE | 2 +- MANIFEST.in | 6 ------ pyproject.toml | 2 +- 3 files changed, 2 insertions(+), 8 deletions(-) delete mode 100644 MANIFEST.in diff --git a/LICENSE b/LICENSE index 31a8b08..f8a0037 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Neoteroi +Copyright (c) 2022 roberto.prevato@gmail.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/MANIFEST.in b/MANIFEST.in deleted file mode 100644 index 2a94213..0000000 --- a/MANIFEST.in +++ /dev/null @@ -1,6 +0,0 @@ -include LICENSE -include README.md -recursive-include openapidocs *.html *.md - -# Stubs -include openapidocs/py.typed diff --git a/pyproject.toml b/pyproject.toml index e825ebe..415b564 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ packages = ["openapidocs"] exclude = ["tests"] [tool.hatch.build] -only-packages = true +only-packages = false [project.urls] "Homepage" = "https://github.com/Neoteroi/essentials-openapi"