forked from ipfs-shipyard/py-ipfs-http-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflit.ini
38 lines (34 loc) · 1.13 KB
/
flit.ini
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
[metadata]
module = ipfsapi
author = py-ipfs-api team
author-email =
home-page = https://github.com/ipfs/py-ipfs-api
keywords = ipfs storage distribution development
license = MIT License
description-file = README.md
# Unfortunately these currently need to be duplicated from `requirements.txt`
requires = requests (>=2.2.1)
six
classifiers = Development Status :: 3 - Alpha
#
# Indicate who your project is intended for
Intended Audience :: Developers
Intended Audience :: Information Technology
Intended Audience :: Science/Research
#
Topic :: Internet
Topic :: Scientific/Engineering
Topic :: System :: Filesystems
Topic :: System :: Networking
#
# Pick your license as you wish (should match "license" above)
License :: OSI Approved :: MIT License
#
# Specify the Python versions you support here. In particular, ensure
# that you indicate whether you support Python 2, Python 3 or both.
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6