Skip to content

Commit

Permalink
Updated the pyproject file
Browse files Browse the repository at this point in the history
I re-ran the code with the update on an R file and it seemed to load in correctly. Notable changes are not specifying sphinx,  and pytest.
  • Loading branch information
saalUW committed Apr 22, 2024
1 parent 18e4165 commit fe1ccf8
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 38 deletions.
30 changes: 29 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
[build-system]
requires = ["setuptools"]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project]
name = "pydisagg"
version = "0.3.3"
authors = [{ name = "IHME Math Sciences", email = "ihme.math.sciences@gmail.com" }]
description = ""
readme = "README.md"
license = { text = "BSD 2-Clause License" }
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: BSD 2-Clause License",
"Operating System :: OS Independent",
]

dependencies = [
"matplotlib",
"numpy",
"pandas",
"scipy",
]
requires-python = ">=3.6"

[project.urls]
homepage = "https://github.com/ihmeuw-msca/splitting-python-package"

[tool.setuptools.packages]
find = {}
33 changes: 0 additions & 33 deletions setup.cfg

This file was deleted.

4 changes: 0 additions & 4 deletions setup.py

This file was deleted.

0 comments on commit fe1ccf8

Please sign in to comment.