-
Notifications
You must be signed in to change notification settings - Fork 3
/
pyproject.toml
45 lines (43 loc) · 1.18 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
40
41
42
43
44
45
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "messenger-counter"
version = "0.5.1"
description = "Package for counting messages from Facebook Messenger"
readme = "README.md"
license = "MIT"
requires-python = ">=3.6"
authors = [
{ name = "Krzysztof Mizgała", email = "[email protected]" },
]
keywords = [
"chart",
"count",
"counter",
"facebook",
"messages",
"messenger",
"statistics",
"stats",
]
classifiers = [
"Development Status :: 4 - Beta",
"Environment :: Console",
"Intended Audience :: Developers",
"Intended Audience :: End Users/Desktop",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Topic :: Scientific/Engineering :: Visualization",
]
dependencies = [
"matplotlib",
"pandas",
]
[project.urls]
Code = "https://github.com/KMChris/messenger-counter"
Documentation = "https://messenger-counter.mizgala.pl/"
Download = "https://pypi.org/project/messenger-counter/"
Homepage = "https://github.com/KMChris/messenger-counter"
"Issue Tracker" = "https://github.com/KMChris/messenger-counter/issues"