Skip to content

Commit 1258aec

Browse files
testing setup.py changes
1 parent 205ef89 commit 1258aec

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ omit =
77
*/tests/*
88
# Omit generated versioneer
99
CodeEntropy/_version.py
10+
# Omit the Examples
11+
*/Example/*
12+
Example/*
1013

1114
[yapf]
1215
# YAPF, in .style.yapf files this shows up as "[style]" header

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
setup(
2323
# Self-descriptive entries which should always be present
2424
name='CodeEntropy',
25-
author='Arghya \"Argo\" Chakravorty, DonaldChung-HK',
26-
author_email='arghyac@umich.edu, lpchungaa@gmail.com',
25+
author='Arghya \"Argo\" Chakravorty, Jas Kalayan, DonaldChung-HK',
26+
author_email='arghyac@umich.edu, jas.kalayan@manchester.ac.uk, donald.chung@stfc.ac.uk',
2727
description=short_description,
2828
long_description=long_description,
2929
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)