Skip to content

Commit

Permalink
Add pyproject.toml and uv.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
edrogers committed Jan 3, 2025
1 parent f1c73a0 commit d4b2c20
Show file tree
Hide file tree
Showing 5 changed files with 332 additions and 75 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,17 @@
MadPy Website
=============

[![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)
[![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)

This repository contains source code for the MadPy website


## Setup

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

```bash
pip install Lektor
```

or `conda`:

```bash
conda install -c conda-forge lektor
uv tool install Lektor
```


Expand Down
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[project]
name = "madison-python-github-io"
version = "2025.1.3"
description = "MadPy website"
readme = "README.md"
requires-python = ">=3.13"
dependencies = ["Lektor"]
1 change: 0 additions & 1 deletion requirements.in

This file was deleted.

65 changes: 0 additions & 65 deletions requirements.txt

This file was deleted.

Loading

0 comments on commit d4b2c20

Please sign in to comment.