Skip to content

Commit d4b2c20

Browse files
committed
Add pyproject.toml and uv.lock
1 parent f1c73a0 commit d4b2c20

File tree

5 files changed

+332
-75
lines changed

5 files changed

+332
-75
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,17 @@
11
MadPy Website
22
=============
33

4-
[![Build Status](https://travis-ci.org/madison-python/madison-python.github.io.svg?branch=source)](https://travis-ci.org/madison-python/madison-python.github.io)
4+
[![Build Status](https://github.com/madison-python/madison-python.github.io/actions/workflows/gh-pages.yml/badge.svg?branch=source)](https://github.com/madison-python/madison-python.github.io/actions)
55

66
This repository contains source code for the MadPy website
77

88

99
## Setup
1010

11-
The website is built using the static website generator [Lektor](https://github.com/lektor/lektor), which can be installed using `pip`:
11+
The website is built using the static website generator [Lektor](https://github.com/lektor/lektor), which can be installed using `uv`:
1212

1313
```bash
14-
pip install Lektor
15-
```
16-
17-
or `conda`:
18-
19-
```bash
20-
conda install -c conda-forge lektor
14+
uv tool install Lektor
2115
```
2216

2317

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[project]
2+
name = "madison-python-github-io"
3+
version = "2025.1.3"
4+
description = "MadPy website"
5+
readme = "README.md"
6+
requires-python = ">=3.13"
7+
dependencies = ["Lektor"]

requirements.in

Lines changed: 0 additions & 1 deletion
This file was deleted.

requirements.txt

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)