1[build-system]
2requires = ["flit_core >=2,<4"]
3build-backend = "flit_core.buildapi"
4
5[tool.flit.metadata]
6module = "backcall"
7author = "Thomas Kluyver"
8author-email = "thomas@kluyver.me.uk"
9home-page = "https://github.com/takluyver/backcall"
10description-file = "README.rst"
11classifiers = [
12        'License :: OSI Approved :: BSD License',
13        'Programming Language :: Python :: 2',
14        'Programming Language :: Python :: 2.7',
15        'Programming Language :: Python :: 3',
16    ]
17