Skip to content

Commit

Permalink
some doc change in pypi packaging...
Browse files Browse the repository at this point in the history
  • Loading branch information
Jérémie committed Sep 28, 2021
1 parent 246c1ef commit b011fdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion UPLOAD_pypi.txt
Expand Up @@ -2,7 +2,8 @@


# build the source:
python3 setup.py sdist
python setup.py clean --all
python setup.py build

# upload the source
# test repo
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -8,7 +8,7 @@

setup(
name='pyfilemaker2',
version="0.2.1",
version="0.2.2",
description='Python Object Wrapper for FileMaker Server XML Interface',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit b011fdf

Please sign in to comment.