Replaced setup.cfg with pyproject.toml for the package settings, and rewrote the packaging rules in MANIFEST.in.

This commit is contained in:
2023-04-05 23:09:44 +08:00
parent 5faf51c49b
commit 33eb81f368
3 changed files with 38 additions and 59 deletions

View File

@@ -15,8 +15,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
include docs/*
include docs/source/*
include docs/source/_static/*
include docs/source/_templates/*
include tests/*
recursive-include docs *
recursive-exclude docs/build *
recursive-include tests *
recursive-exclude tests *.pyc