forked from ninemoreminutes/xapian-bindings
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
39 lines (37 loc) · 1.17 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[metadata]
name = xapianpy
version = attr: xapian.bindings.__version__
author = Eugen Ciur
author_email = [email protected]
description = Meta-package to build and install xapian-bindings extension.
long_description = file: README.md
keywords = xapian, bindings
license = BSD
url = https://github.com/papermerge/xapian-bindings
project_urls =
Documentation = https://github.com/papermerge/xapian-bindings
Source = https://github.com/papermerge/xapian-bindings
Tracker = https://github.com/papermerge/xapian-bindings/issues
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Software Development :: Libraries
Topic :: Software Development :: Libraries :: Python Modules
[options]
packages = xapian
include_package_data = True
zip_safe = False
setup_requires =
requests
sphinx
[bdist_wheel]
universal = 0