Skip to content

Commit

Permalink
Merge pull request #7 from CCNU-ACM-Official/dev
Browse files Browse the repository at this point in the history
[docs] add readme.md
  • Loading branch information
jixxiong authored Apr 13, 2024
2 parents 88471cc + 9de7d97 commit 0bb43dd
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
from setuptools import setup

# 读取 requirements.txt 文件中的依赖项
with open("requirements.txt") as f:
requirements = f.read().splitlines()

setup(
name="ccnuacm_datamocker",
version="0.0.1",
Expand All @@ -12,7 +8,10 @@
author_email="[email protected]",
url="https://github.com/CCNU-ACM-Official/CCNUACM_DataMocker.git",
packages=["ccnuacm_datamocker"],
install_requires=requirements,
install_requires=[
"numpy",
"jupyter",
],
classifiers=[
"Development Status :: 5 - Production/Unstable",
"Intended Audience :: Developers",
Expand Down

0 comments on commit 0bb43dd

Please sign in to comment.