Skip to content

Commit

Permalink
Merge pull request #24 from marlanperumal/release/0.2.0
Browse files Browse the repository at this point in the history
published package to pypi
  • Loading branch information
marlanperumal authored Feb 12, 2021
2 parents 2dcf9fa + 73ee09b commit fa149b0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ keyring = "*"
pytest-cov = "*"
coveralls = "*"
check-manifest = "*"
build = "*"

[requires]
python_version = "3.6"
4 changes: 2 additions & 2 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[build-system]
requires = [
"setuptools>=42",
"wheel"
]
build-backend = "setuptools.build_meta"
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="pdf_statement_reader",
version="0.1.3",
version="0.2.0",
description="PDF Statement Reader",
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -16,9 +16,10 @@
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"Topic :: Office/Business :: Financial",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
Expand Down

0 comments on commit fa149b0

Please sign in to comment.