Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrusere committed Oct 21, 2023
1 parent d71e589 commit 0370a3f
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 83 deletions.
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
3 changes: 1 addition & 2 deletions nhanes_pytool_api/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Scientific/Engineering :: Information Analysis",
],
packages=find_packages(where="src"),
package_dir={"": "src"},
packages=find_packages(),
python_requires=">=3.8",
install_requires=[
"numpy",
Expand Down
64 changes: 0 additions & 64 deletions nhanes_pytool_api/src/nhanes_pytool_api.egg-info/PKG-INFO

This file was deleted.

9 changes: 0 additions & 9 deletions nhanes_pytool_api/src/nhanes_pytool_api.egg-info/SOURCES.txt

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions nhanes_pytool_api/src/nhanes_pytool_api.egg-info/requires.txt

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion nhanes_pytool_api/tests/test_nhanes_data_api.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import unittest
import pandas as pd
from nhanes_pytool_api.src.nhanes_data_api import NHANESDataAPI # Import from the src directory
from nhanes_pytool_api.nhanes_data.nhanes_data_api import NHANESDataAPI # Import from the src directory


class TestNHANESDataAPI(unittest.TestCase):
Expand Down

0 comments on commit 0370a3f

Please sign in to comment.