File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ [build-system ]
2+ requires = [" setuptools>=61.0" ]
3+ build-backend = " setuptools.build_meta"
4+
5+ [project ]
6+ name = " musicbrainzngs2"
7+ description = " Python bindings for the MusicBrainz NGS and the Cover Art Archive webservices"
8+ readme = { file = " README.rst" , content-type = " text/x-rst" }
9+ license = " BSD-2-clause"
10+
11+ authors = [
12+ { name = " Martin Rys" , email = " martin@rys.rs" }
13+ ]
14+
15+ requires-python = " >=3.10"
16+
17+ classifiers = [
18+ " Development Status :: 5 - Production/Stable" ,
19+ " Intended Audience :: Developers" ,
20+ " Operating System :: OS Independent" ,
21+ " Programming Language :: Python" ,
22+ " Topic :: Database :: Front-Ends" ,
23+ " Topic :: Software Development :: Libraries :: Python Modules"
24+ ]
25+
26+ dynamic = [" version" ]
27+
28+ [project .urls ]
29+ Homepage = " https://github.com/C0rn3j/python-musicbrainzngs2"
30+
31+ [tool .setuptools ]
32+ packages = [" musicbrainzngs" ]
33+
34+ [tool .setuptools .dynamic ]
35+ version = { attr = " musicbrainzngs.musicbrainz._version" }
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments