Skip to content

Commit

Permalink
Switch to toml
Browse files Browse the repository at this point in the history
  • Loading branch information
bra-fsn committed Feb 29, 2024
1 parent 583a211 commit 6513b61
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 27 deletions.
24 changes: 24 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[project]
name = "hashable_df"
description = "Makes unhashable values in a pandas DataFrame hashable"
readme = "README.md"
authors = [
{name = "NAGY, Attila", email = "nagy.attila@gmail.com" }
]
dependencies = [
"autohash",
"numpy",
]
dynamic = ["version"]
classifiers=[
"Programming Language :: Python",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]

[project.urls]
"Homepage" = "https://github.com/bra-fsn/hashable_df"
"Source" = "https://github.com/bra-fsn/hashable_df"

[tool.setuptools.dynamic]
version = {attr = "hashable_df.__version__"}
27 changes: 0 additions & 27 deletions setup.py

This file was deleted.

0 comments on commit 6513b61

Please sign in to comment.