Skip to content

Commit

Permalink
Created structure for PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
areenberg committed Mar 16, 2024
1 parent c84dfcd commit 41071f2
Show file tree
Hide file tree
Showing 14 changed files with 27 additions and 27 deletions.
File renamed without changes.
27 changes: 27 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[build-system]
requires = ["setuptools>=59.6.0"]
build-backend = "setuptools.build_meta"

[project]
name = "phph"
version = "0.1"
dependencies = [
"numpy>=1.24.2",
"scipy>=1.10.1"
]
authors = [
{ name="Anders Reenberg Andersen", email="[email protected]" },
]
description = "A Python package for PH/PH/c queueing systems"
readme = "README.md"
requires-python = ">=3.10"
classifiers = [
"Development Status :: 3 - Alpha",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]

[project.urls]
Homepage = "https://github.com/areenberg/phph"
Issues = "https://github.com/areenberg/phph/issues"
2 changes: 0 additions & 2 deletions setup.cfg

This file was deleted.

25 changes: 0 additions & 25 deletions setup.py

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 41071f2

Please sign in to comment.