Skip to content

Commit b736193

Browse files
authored
Merge pull request #273 from fooof-tools/setup
[MNT] - Minor updates to setup.py
2 parents fab7966 + d4c097b commit b736193

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Ignore source release files
22
/dist/*
3-
/fooof.egg-info/*
3+
/*.egg-info/*
44
/build/*
55

66
# Ignore notebook checkpoints

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
'Programming Language :: Python :: 3.8',
4444
'Programming Language :: Python :: 3.9',
4545
'Programming Language :: Python :: 3.10',
46+
'Programming Language :: Python :: 3.11',
4647
],
4748
platforms = 'any',
4849
project_urls = {
@@ -56,7 +57,8 @@
5657
tests_require = ['pytest'],
5758
extras_require = {
5859
'plot' : ['matplotlib'],
60+
'data' : ['pandas'],
5961
'tests' : ['pytest'],
60-
'all' : ['matplotlib', 'tqdm', 'pytest']
62+
'all' : ['matplotlib', 'pandas', 'tqdm', 'pytest']
6163
}
6264
)

0 commit comments

Comments
 (0)