diff options
author | Matt Strapp <matt@mattstrapp.net> | 2022-02-18 12:55:10 -0600 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2022-02-18 12:55:10 -0600 |
commit | 4f624a73e9aee73583389211f0cc416fe1a979ab (patch) | |
tree | a60ad391fa8eba0c82546dc99cf3bda3042fc4e0 | |
parent | Change package name for consistency (diff) | |
download | ee4511w-4f624a73e9aee73583389211f0cc416fe1a979ab.tar ee4511w-4f624a73e9aee73583389211f0cc416fe1a979ab.tar.gz ee4511w-4f624a73e9aee73583389211f0cc416fe1a979ab.tar.bz2 ee4511w-4f624a73e9aee73583389211f0cc416fe1a979ab.tar.lz ee4511w-4f624a73e9aee73583389211f0cc416fe1a979ab.tar.xz ee4511w-4f624a73e9aee73583389211f0cc416fe1a979ab.tar.zst ee4511w-4f624a73e9aee73583389211f0cc416fe1a979ab.zip |
uppercase to lowercase
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
-rw-r--r-- | System/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/System/setup.py b/System/setup.py index 6ec0825..a32c353 100644 --- a/System/setup.py +++ b/System/setup.py @@ -7,7 +7,7 @@ setup( url='https://github.com/UMN-EE4951W-Lamperski/pendulum', author='EE 4951W Team', author_email='', - packages=['Pendulum'], + packages=['pendulum'], classifiers=[ 'Development Status :: 1 - Planning', 'Intended Audience :: Science/Research', |