Skip to content

Commit

Permalink
Merge pull request #51 from Dog-Face-Development/willtheorangeguy-pyp…
Browse files Browse the repository at this point in the history
…i-refactor

Make PyPI work
  • Loading branch information
willtheorangeguy authored Sep 12, 2022
2 parents b76f5e5 + 3133663 commit fb0509e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [v0.2.1](https://github.com/Dog-Face-Development/Moms-Canning-Timer/releases/tag/v0.2.1)

### Changed

- PyPI package.

## [v0.2.0](https://github.com/Dog-Face-Development/Moms-Canning-Timer/releases/tag/v0.2.0)

### Added
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["setuptools", "wheel"]

[project]
name = "Moms-Canning-Timer"
version = "0.2.0"
version = "0.2.1"
authors = [
{ name= "willtheorangeguy" },
]
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = moms-canning-timer
version = 0.2.0
version = 0.2.1

[options.entry_points]
console_scripts =
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def readme():

setup(
name='moms-canning-timer',
version='0.2.0',
version='0.2.1',
description="Customizable 15-minute stove top timers, created for preserving fruits and veggies for the winter.",
long_description=readme(),
classifiers=[
Expand All @@ -19,6 +19,7 @@ def readme():
keywords='canning timer clock time gui',
url='https://github.com/Dog-Face-Development/Moms-Canning-Timer',
author='willtheorangeguy',
py_modules = ['main'],
entry_points={
'console_scripts': [
'canning-timer=main:timer'
Expand Down

0 comments on commit fb0509e

Please sign in to comment.