Skip to content

Commit

Permalink
improved pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
fccoelho committed Dec 19, 2024
1 parent 3ad65dd commit 8629738
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 157 deletions.
67 changes: 37 additions & 30 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

88 changes: 0 additions & 88 deletions condarecipe/epigrass/meta.yaml

This file was deleted.

18 changes: 18 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ description = "Epidemiological Geo-Referenced Analysis and Simulation System"
readme = "README.md"
license = {text="GPLv3"}
requires-python = ">=3.12"
classifiers = [
"License :: OSI Approved :: GPLv3 License",
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Operating System :: OS Independent",
"Intended Audience :: Science/Research",
"Intended Audience :: researchers",
"Natural Language :: English",
"Topic :: Scientific/Epidemiology",
]
dependencies = [
"altair>=5.5.0",
"cython>=3.0.11",
Expand All @@ -35,6 +46,13 @@ dependencies = [
"tqdm>=4.67.1",
]

[project.urls]
Homepage = "https://epigrass.readthedocs.io"
Source = "https://github.com/fccoelho/epigrass"

[tool.setuptools]
packages = ["Epigrass"]

[tool.uv]
package = true

Expand Down
5 changes: 0 additions & 5 deletions setup.cfg

This file was deleted.

34 changes: 0 additions & 34 deletions setup.py

This file was deleted.

0 comments on commit 8629738

Please sign in to comment.