Skip to content

Commit

Permalink
Merge pull request #12 from electronsandstuff/clean-dependency
Browse files Browse the repository at this point in the history
Clean dependency; better source dist
  • Loading branch information
electronsandstuff committed Nov 16, 2023
2 parents 0a90800 + 503e53d commit 1eeff08
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install package and dependencies
run: |
pip install --upgrade pip
pip install .[tests]
pip install .
- name: Run the tests
run: |
python -m unittest
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
recursive-include src *.py *.gdf
recursive-include src *.gdf
recursive-include tests *.gdf
7 changes: 1 addition & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "easygdf"
version = "2.0.8"
version = "2.0.9"
authors = [
{ name="Christopher M. Pierce", email="contact@chris-pierce.com" },
]
Expand All @@ -17,11 +17,6 @@ dependencies = [
"numpy",
]

[project.optional-dependencies]
tests = [
'pytest',
]

[tool.setuptools.package-data]
easygdf = ["data/*"]

Expand Down

0 comments on commit 1eeff08

Please sign in to comment.