Skip to content

Commit

Permalink
chore: Update .gitignore to include PyPi build directories and modify…
Browse files Browse the repository at this point in the history
… pyproject.toml for improved metadata
  • Loading branch information
rhoadesScholar committed Jan 2, 2025
1 parent 3044a44 commit 563035b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,9 @@ ENV/
# IDE settings
.vscode/

scratch/
scratch/

# PyPi builds
dist/
build/
clean/
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ classifiers = [
"Natural Language :: English",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Operating System :: OS Independent",
"Typing :: Typed",
]
dynamic = ["version"]
# version = "0.1.0"
dependencies = [
"torch",
"torchvision",
Expand Down Expand Up @@ -79,7 +79,8 @@ repository = "https://github.com/rhoadesScholar/cellmap-data"
# tomatoes = "spam:main_tomatoes"

[tool.hatch.metadata]
allow-direct-references = true
# allow-direct-references = true
dynamic = ["version"]

# https://hatch.pypa.io/latest/config/metadata/
[tool.hatch.version]
Expand Down

0 comments on commit 563035b

Please sign in to comment.