Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-recurve committed Jan 6, 2025
1 parent 449c867 commit 74e643c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

from setuptools import find_packages, setup, Command

NAME = "eemeter-test"
NAME = "eemeter"
REQUIRED = [
"click",
"pandas>=1.0.0",
Expand Down Expand Up @@ -89,7 +89,7 @@ def run(self):

# Where the magic happens:
setup(
name=NAME,
name="eemeter-test",
version=about["__version__"],
description=about["__description__"],
long_description=long_description,
Expand Down

0 comments on commit 74e643c

Please sign in to comment.