Skip to content

Commit

Permalink
Fix deprecations related to setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiascode committed Jun 2, 2023
1 parent b584698 commit 0c4620a
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
name = tinytag
author = Tom Wallroth
author-email = tomwallroth@gmail.com
author_email = tomwallroth@gmail.com
url = https://github.com/devsnd/tinytag
description = Read music meta data and length of MP3, OGG, OPUS, MP4, M4A, FLAC, WMA and Wave files
keywords =
Expand All @@ -25,15 +25,12 @@ classifiers =
Topic :: Multimedia :: Sound/Audio
Topic :: Multimedia :: Sound/Audio :: Analysis
license = MIT
license-file = LICENSE
long-description = file: README.md
long-description-content-type = text/markdown
license_files = LICENSE
long_description = file: README.md
long_description_content_type = text/markdown

[options]
python_requires = >= 2.7
setup_requires =
setuptools >= 38.6
pip >= 10
include_package_data = True
packages = find:
install_requires =
Expand Down

0 comments on commit 0c4620a

Please sign in to comment.