Skip to content

Commit

Permalink
Hot fix pypi (#69)
Browse files Browse the repository at this point in the history
* hot fix frozen python build packages version

* hot fix changed python_requires attribute in setup.py
  • Loading branch information
ayatsyny authored Feb 20, 2023
1 parent cbc8948 commit 1838c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def get_version():
url="https://github.com/crowdin/crowdin-api-client-python",
packages=find_packages(exclude=["*tests*", "*fixtures.py"]),
package_dir={"crowdin_api": "crowdin_api"},
python_requires=">=3.6.*",
python_requires=">=3.6",
license="MIT",
install_requires=[
"requests>=2.25.1",
Expand Down

0 comments on commit 1838c8f

Please sign in to comment.