refactor: setup build configuration #433
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
simplify the package confiugration file mentioned in PR #431 and issue #429
as mentioned in this issue. I have refactored the files, save only pyproject.toml and requirements.txt. Besides, I added the dynamic version in pyproject.toml, note by the building tool
setuptools-git-versioning
since I have no permission to tag the master branch or make a release. You may tag the version for those important commits by yourself and then build it and release it. The setup git versioning just give 0.0.1 right now since there is no tag on the repo now.
By the way, since you don't merge the PR #431 in github, but I noticed that the 1.4.8 are now on in pypi. so I don't you whether I should continue working on my last commit or checkout from master to a new branch. I finally chose the latter one. So I think I should mention that, the MANIFEST.in is no longer in need if this PR is accepted
reference:
setuptools-git-versioning: https://setuptools-git-versioning.readthedocs.io
setuptools-git-versioning by git tag: https://setuptools-git-versioning.readthedocs.io/en/stable/schemas/tag/tag_release.html