Skip to content

Commit

Permalink
Merge 67ecafe into master
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 16, 2022
2 parents 9a8a439 + 67ecafe commit c1f01d3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

setup(
name=name,
version="0.4.2",
version="0.4.3",

author="Artsiom iG",
author_email="ortemeo@gmail.com",

packages=find_packages(include=['tempground', 'tempground.*']),
package_data={'tempground': ['py.typed']},

python_requires='>=3.10', # 3.10 for `match`
python_requires='>=3.10, <4', # 3.10 for `match`
install_requires=[],

long_description=(Path(__file__).parent / 'README.md') \
Expand All @@ -23,14 +23,15 @@

license="MIT",

keywords="temp temporary project sandbox library unit testing integration".split(),
keywords="temp temporary project sandbox "
"library unit testing integration".split(),

classifiers=[
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Typing :: Typed",
"Operating System :: POSIX",
"Operating System :: POSIX :: Linux",
"Operating System :: MacOS",
"Operating System :: Microsoft :: Windows"
],
)

0 comments on commit c1f01d3

Please sign in to comment.