forked from OpenZeppelin/cairo-contracts
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
37 lines (32 loc) · 804 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
30
31
32
33
34
35
36
37
[metadata]
name = openzeppelin-cairo-contracts
version = attr: openzeppelin.__version__
description = Library for secure smart contract development written in Cairo
author = OpenZeppelin Community
author_email = [email protected]
license = MIT
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
url = https://github.com/OpenZeppelin/cairo-contracts
platforms = any
classifiers =
Operating System :: OS Independent
[options]
zip_safe = False
packages = find_namespace:
include_package_data = True
package_dir =
=src
install_requires =
importlib-metadata>=4.0
[options.packages.find]
where = src
exclude =
tests
[options.package_data]
openzeppelin = "*.cairo"
[options.extras_require]
testing =
setuptools
tox
pytest