-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
39 lines (33 loc) · 1.45 KB
/
pyproject.toml
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
[tool.poetry]
name = "lucit-licensing-python"
version = "1.8.2"
description = "LUCIT Licensing Client Module"
authors = ["LUCIT Systems and Development <[email protected]>"]
license = "LSOSL - LUCIT Synergetic Open Source License"
readme = "README.md"
homepage = "https://www.lucit.tech/lucit-licensing-python.html"
documentation = "https://lucit-licensing-python.docs.lucit.tech"
repository = "https://github.com/LUCIT-Systems-and-Development/lucit-licensing-python"
[tool.poetry.urls]
'Wiki' = 'https://github.com/LUCIT-Systems-and-Development/lucit-licensing-python/wiki'
'Author' = 'https://www.lucit.tech'
'Changes' = 'https://lucit-licensing-python.docs.lucit.tech/changelog.html'
'License' = 'https://lucit-licensing-python.docs.lucit.tech/license.html'
'Issue Tracker' = 'https://github.com/LUCIT-Systems-and-Development/lucit-licensing-python/issues'
'Telegram' = 'https://t.me/unicorndevs'
'Chat' = 'https://app.gitter.im/#/room/#lucit-licensing-python:gitter.im'
'Get Support' = 'https://www.lucit.tech/get-support.html'
'LUCIT Online Shop' = 'https://shop.lucit.services/software'
[tool.poetry.dependencies]
python = ">=3.7.0"
Cython = "*"
requests = "*"
simplejson = "*"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["setuptools", "wheel", "Cython", "pip"]
build-backend = "setuptools.build_meta"
[tool.poetry.scripts]
lucitlicmgr = "lucit_licensing_python.cli:main"
[tool.poetry.package_data]
lucit_licensing_python = ["*.so", "*.dll", "*.py", "*.pyd"]