Rajarshi-Roy-research commited on
Commit
1732c7b
·
1 Parent(s): 93dc773

check again 2

Browse files
Files changed (2) hide show
  1. .dockerignore +1 -0
  2. setup.py +1 -1
.dockerignore CHANGED
@@ -8,6 +8,7 @@ __pycache__/
8
 
9
  resources/
10
  all_purpose_env/
 
11
  # Distribution / packaging
12
  .Python
13
  build/
 
8
 
9
  resources/
10
  all_purpose_env/
11
+ infrastructure/
12
  # Distribution / packaging
13
  .Python
14
  build/
setup.py CHANGED
@@ -19,7 +19,7 @@ setuptools.setup(
19
  author=AUTHOR_USER_NAME,
20
  author_email=AUTHOR_EMAIL,
21
  description="A small python package for game recommendation using RAG model",
22
- long_description=long_description,
23
  long_description_content="text/markdown",
24
  url=f"https://github.com/{AUTHOR_USER_NAME}/{REPO_NAME}",
25
  project_urls={
 
19
  author=AUTHOR_USER_NAME,
20
  author_email=AUTHOR_EMAIL,
21
  description="A small python package for game recommendation using RAG model",
22
+ # long_description=long_description,
23
  long_description_content="text/markdown",
24
  url=f"https://github.com/{AUTHOR_USER_NAME}/{REPO_NAME}",
25
  project_urls={