Skip to content

Commit

Permalink
chore(#1): actula
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Apr 17, 2024
1 parent a45198b commit a1c0d12
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Expand Up @@ -34,12 +34,14 @@ def version():
else:
return '0.0.0'

actual = version()

with open('README.md', 'r', encoding='utf-8') as f:
long_description = f.read()

setup(
name='samples-filter',
version=version,
version=actual,
packages=find_packages(),
install_requires=[
'typer'
Expand Down

0 comments on commit a1c0d12

Please sign in to comment.