forked from lad1337/simpleanidb
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
29 lines (27 loc) · 853 Bytes
/
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
[metadata]
name = anidb.py
version = 1.0.0
author = Dean Gardiner
author-email = [email protected]
summary = Python interface for the AniDB HTTP API
home-page = https://github.com/fuzeman/anidb.py
classifier =
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.0
Programming Language :: Python :: 3.1
Programming Language :: Python :: 3.2
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
Topic :: Software Development :: Libraries
[pbr]
skip_changelog = true
[files]
packages =
anidb