Skip to content

Commit

Permalink
chore: prepare repo for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
m-rots committed Jun 2, 2022
1 parent b8d5656 commit eecc280
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ examples/covid.toml
!/examples/images/*.png

# Documentation
public
public

# Packaging
dist
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[tool.poetry]
name = "vi"
name = "violet-simulator"
version = "0.1.0"
description = ""
authors = ["Storm Timmermans <stormtimmermans@icloud.com>"]
repository = "https://github.com/m-rots/violet"
packages = [{ include = "vi" }]

[tool.poetry.dependencies]
python = ">=3.9, <3.11"
Expand Down

0 comments on commit eecc280

Please sign in to comment.