Skip to content

Commit

Permalink
Merge pull request #2 from software-students-spring2024/Jiahua
Browse files Browse the repository at this point in the history
Made changes to the file structure but failed to use twine to upload to pypi
  • Loading branch information
Kalados authored Mar 26, 2024
2 parents e140a25 + 4791e3d commit 650b2e2
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 20 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ twine = "*"
build = "*"

[requires]
python_version = "3.8"
python_version = "3.12"
35 changes: 35 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
[build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "new_york_minute"
version = "1.1.0"
authors = [
{name = "Hannah Horiuchi", email = "[email protected]"},
{name = "Jiahua Liao", email = "[email protected]"},
{name = "Kevin Lin", email = "[email protected]"},
{name = "Nicole Luzuriaga", email = "[email protected]"}
]
description = "A text-based game set in New York City"
readme = "README.md"
requires-python = ">=3.8"
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: End Users/Desktop",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
]

[project.urls]
"Homepage" = "https://github.com/software-students-spring2024/3-python-package-exercise-namelessss"

[tool.setuptools.packages.find]
where = ["new_york_minute"]

[tool.pytest.ini_options]
minversion = "6.0"
addopts = "-ra -q"
testpaths = ["tests"]
19 changes: 0 additions & 19 deletions setup.py

This file was deleted.

0 comments on commit 650b2e2

Please sign in to comment.