Skip to content

Commit

Permalink
remove MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
frances-h committed Mar 6, 2024
1 parent 903aee6 commit 65f1a8d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 12 deletions.
12 changes: 0 additions & 12 deletions MANIFEST.in

This file was deleted.

24 changes: 24 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,30 @@ license-files = ['LICENSE']
include = ['copulas', 'copulas.*']
namespaces = false

[tool.setuptools.package-data]
'*' = [
'AUTHORS.rst',
'CONTRIBUTING.rst',
'HISTORY.md',
'README.md',
'RELEASE.md',
'*.md',
'*.rst',
'conf.py',
'Makefile',
'make.bat',
'*.jpg',
'*.png',
'*.gif'
]
'tests' = ['*']

[tool.setuptools.exclude-package-data]
'*' = [
'* __pycache__',
'*.py[co]',
]

[tool.bumpversion]
current_version = "0.10.1.dev0"
commit = true
Expand Down

0 comments on commit 65f1a8d

Please sign in to comment.