mirror of
https://github.com/Yinr/stats_helper
synced 2025-12-06 08:32:54 +08:00
rename
This commit is contained in:
3
setup.py
3
setup.py
@@ -1,12 +1,13 @@
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
setup(
|
||||
name='stats-helper',
|
||||
name='stats_helper',
|
||||
version='0.1.0',
|
||||
author='Yinr',
|
||||
description='Stats helper by Yinr',
|
||||
packages=find_packages(),
|
||||
install_requires=[
|
||||
'pandas',
|
||||
'openpyxl',
|
||||
],
|
||||
)
|
||||
Reference in New Issue
Block a user