Skip to content

Commit

Permalink
Develop (#2)
Browse files Browse the repository at this point in the history
* Update project name

* Correct package for publishing
  • Loading branch information
reidhoch authored May 28, 2021
1 parent b9fcdf3 commit c55ee92
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
name = "oeis-seq"
version = "0.1.0"
description = "OEIS Integer sequences implemented in Python"
license = "MIT"
authors = ["Reid Hochstedler <[email protected]>"]
packages = [
{ include = "oeis" }
]


[tool.poetry.dependencies]
python = "^3.8"
Expand Down

0 comments on commit c55ee92

Please sign in to comment.