Skip to content

Commit

Permalink
replace setup.py with pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesPImes committed Apr 4, 2024
1 parent d803d0b commit 91393a0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 46 deletions.
20 changes: 20 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
version = "0.2.1"
dependencies = [
"pandas",
"matplotlib",
"requests",
"lxml",
]
name = "production_analyzer"
description = "A tool for examining monthly oil and/or gas records for gaps in production."
readme = {file = "README.md", content-type = "text/markdown"}
license = {file = "LICENSE.txt"}

[project.urls]
Homepage = "https://github.com/JamesPImes/og_production_analyzer"
Repository = "https://github.com/JamesPImes/og_production_analyzer.git"
46 changes: 0 additions & 46 deletions setup.py

This file was deleted.

0 comments on commit 91393a0

Please sign in to comment.