studytimer-analytics 1.0.0__tar.gz → 1.0.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,13 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: studytimer-analytics
3
- Version: 1.0.0
3
+ Version: 1.0.2
4
4
  Summary: OOP analytics library for StudySync
5
5
  License: MIT
6
6
  Requires-Python: >=3.10
7
7
  Description-Content-Type: text/markdown
8
8
 
9
9
  # studytimer-analytics
10
-
11
10
  OOP analytics library for StudySync.
12
11
 
13
12
  ## Install
@@ -1,5 +1,4 @@
1
1
  # studytimer-analytics
2
-
3
2
  OOP analytics library for StudySync.
4
3
 
5
4
  ## Install
@@ -4,11 +4,15 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "studytimer-analytics"
7
- version = "1.0.0"
7
+ version = "1.0.2"
8
8
  description = "OOP analytics library for StudySync"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
11
11
  license = { text = "MIT" }
12
12
 
13
+ [tool.setuptools]
14
+ package-dir = {"" = ".."}
15
+
13
16
  [tool.setuptools.packages.find]
14
- where = ["."]
17
+ where = [".."]
18
+ include = ["studytimer_analytics*"]
@@ -1,20 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: studytimer-analytics
3
- Version: 1.0.0
4
- Summary: OOP analytics library for StudySync
5
- License: MIT
6
- Requires-Python: >=3.10
7
- Description-Content-Type: text/markdown
8
-
9
- # studytimer-analytics
10
-
11
- OOP analytics library for StudySync.
12
-
13
- ## Install
14
- pip install studytimer-analytics
15
-
16
- ## Classes
17
- - SessionTimer
18
- - ReportAggregator
19
- - DurationFormatter
20
- - StudyGoalEvaluator
@@ -1,6 +0,0 @@
1
- README.md
2
- pyproject.toml
3
- studytimer_analytics.egg-info/PKG-INFO
4
- studytimer_analytics.egg-info/SOURCES.txt
5
- studytimer_analytics.egg-info/dependency_links.txt
6
- studytimer_analytics.egg-info/top_level.txt