Skip to content

Commit

Permalink
fix: add specific version and keywords typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsanima committed Feb 13, 2023
1 parent 53f9c76 commit 3264da9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Copyritht © 2023 Marcin Różewski MDSANIMA

[build-system]
requires = ['setuptools>=67.1.0', 'wheel>=0.38.4', 'pip>=23.0', 'setuptools_scm[toml]>=7.1']
requires = ['setuptools>=67.1.0', 'wheel>=0.38.4', 'pip>=23.0', 'setuptools_scm[toml]>=7.1.0']
build-backend = 'setuptools.build_meta'

[project]
name = 'mdsanima_cli'
authors = [{name = 'Marcin Różewski', email = 'marcinrozewski@gmail.com'}]
description = 'Command line tools for images processing, generating pixelart, adding logo to images and many more.'
description = 'Command line tools for images processing, generating pixel art, adding logo to images and many more.'
readme = 'README.md'
license = {file = 'LICENSE'}
requires-python = '>=3.10'
keywords = [
'cli',
'command line',
'command-line',
'console-app',
'console-application',
'exif metadata',
Expand Down

0 comments on commit 3264da9

Please sign in to comment.