Skip to content

Commit 9c370fc

Browse files
valid python module ready for pip
1 parent 4a6f9d9 commit 9c370fc

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

README.md

Whitespace-only changes.

pyproject.toml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
[project]
2+
name = "PyMC-Server"
3+
version = "0.0.1"
4+
authors = [
5+
{ name="Chris Krempel", email="chris.krempel@pymc-labs.com" },
6+
{ name="Stephan Mai", email="stephan.mai@pymc-labs.com" },
7+
]
8+
description = "Run PyMC everywhere."
9+
readme = "README.md"
10+
requires-python = ">=3.8"
11+
classifiers = [
12+
"Programming Language :: Python :: 3",
13+
"License :: OSI Approved :: MIT License",
14+
"Operating System :: OS Independent",
15+
]
16+
17+
[project.urls]
18+
Homepage = "https://github.com/pymc-dev/PyMC-Server"
19+
Issues = "https://github.com/pymc-devs/PyMC-Server/issues"
20+

src/pymc-server/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)