Skip to content

Commit 1113e3b

Browse files
author
Nabil Fayak
committed
pypi first package release test
1 parent eb88e53 commit 1113e3b

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
.venv/
22
**/__pycache__/
33
.DS_Store
4-
Checkers.egg-info/
4+
Checkers.egg-info/
5+
.python-version
6+
pdm.lock

docs/source/release_notes.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@ Release Notes
22
-------------
33
**Future Releases**
44
* Enhancements
5+
* *First PyPi Release* :pr:`8`
56
* Fixes
6-
* Cleanup files and add release workflow :pr:`6`
77
* Changes
88
* Documentation Changes
99
* Testing Changes
1010

11+
**v0.1.0 July 27, 2023**
12+
* Fixes
13+
* Cleanup files and add release workflow :pr:`6`
1114

1215
**v0.0.2 July 26, 2023**
1316
* Enhancements
@@ -41,4 +44,4 @@ Release Notes
4144

4245
**v0.0.0 July 3, 2023**
4346

44-
* *First Release*
47+
* *GitHub Repo Created*

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[project]
33
name = "Checkers"
4-
version = "0.0.2"
4+
version = "0.1.0"
55
description = "Checkers is an AutoML library which catches and warns of problems with your data and problem setup before modeling."
66
authors = [
77
{name = "Nabil Fayak", email = "[email protected]"},
@@ -17,6 +17,10 @@ requires-python = ">=3.8,<4.0"
1717
readme = "README.md"
1818
license = {text = "BSD-3-Clause"}
1919

20+
[project.urls]
21+
"Source Code"= "https://github.com/alteryx/Checkers/"
22+
"Issue Tracker" = "https://github.com/alteryx/Checkers/issues"
23+
2024
[project.optional-dependencies]
2125
docs = [
2226
"docutils<0.17,>=0.15.2",

0 commit comments

Comments
 (0)