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"