Skip to content

Commit

Permalink
Bump version; update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
servilla committed Feb 10, 2021
1 parent 4decd73 commit d6e122f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

setup(
name='metapype',
version='2021.01.29',
version='2021.02.09',
description='Metapype for EML',
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -37,11 +37,11 @@
license=full_license,
packages=find_packages(where="src"),
include_package_data=True,
exclude_package_data={"": ["settings.py, properties.py, config.py"],},
exclude_package_data={"": ["settings.py, properties.py, config.py"]},
package_dir={"": "src"},
python_requires=">=3.8.*",
install_requires=["click >= 7.1.2", "daiquiri >= 2.1.1",],
classifiers=["License :: OSI Approved :: Apache Software License",],
install_requires=["click>=7.1.2", "daiquiri>=3.0.0", "lxml>=4.6.2"],
classifiers=["License :: OSI Approved :: Apache Software License"],
)


Expand Down

0 comments on commit d6e122f

Please sign in to comment.