Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Synx-FR authored Oct 19, 2021
1 parent f8a2225 commit 4f52f74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@
# Fields marked as "Optional" may be commented out.
setup(
name='scl_loader', # Required
version='1.9.0', # Required
version='1.9.1', # Required
description='Outil de manipulation de SCD', # Required
long_description=LONG_DESCRIPTION, # Optional
long_description_content_type='text/markdown', # Optional (see note above)
package_dir={'': 'src'}, # Optional
packages=["scl_loader"], # Required
python_requires='>=3.8, <4',
python_requires='>=3.6, <4',
classifiers=[
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.6",
],

# If there are data files included in your packages that need to be
Expand Down

0 comments on commit 4f52f74

Please sign in to comment.