Skip to content

Commit

Permalink
update project build process
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-gorman committed Jul 7, 2021
1 parent 0ceac68 commit b7ec0ef
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .ipynb_checkpoints/Untitled-checkpoint.ipynb

This file was deleted.

6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[build-system]
requires = [
"setuptools>=42",
"wheel"
]
build-backend = "setuptools.build_meta"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="nemosis",
version="2.0.2",
version="3.0.0",
author="Nicholas Gorman, Abhijith Prakash",
author_email="n.gorman305@gmail.com",
description="A tool for accessing AEMO data.",
Expand Down

0 comments on commit b7ec0ef

Please sign in to comment.