Skip to content

Commit

Permalink
Merge pull request #27 from A-Chaudhary/dist
Browse files Browse the repository at this point in the history
Modified pyproject and MANIFEST for PYPI dist
  • Loading branch information
A-Chaudhary authored Apr 5, 2023
2 parents c3a4ac6 + afdd773 commit d48b95f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.1
current_version = 0.1.2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ exclude .gitignore
exclude .gitattributes
exclude age3d/models/Mount_Fuji.stl
exclude age3d/models/cube.stl
exclude tmp *
recursive-exclude tmp *

recursive-include docs *.bat
recursive-include docs *.py
Expand Down
2 changes: 1 addition & 1 deletion age3d/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.1"
__version__ = "0.1.2"
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name = "age3d"
authors = [{name = "Abhishek Chaudhary", email = "[email protected]"}]
description="Aging 3D models"
readme = "README.md"
version = "0.1.1"
version = "0.1.2"
requires-python = ">=3.7"

dependencies = [
Expand Down Expand Up @@ -104,6 +104,3 @@ python_version = '3.10'
asyncio_mode = 'strict'
testpaths = 'age3d/tests'


[tool.setuptools]
py-modules = []

0 comments on commit d48b95f

Please sign in to comment.