-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
877ff97
commit c6f2bbe
Showing
4 changed files
with
9 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,8 +43,8 @@ def get_version(): | |
|
||
setup( | ||
name='decaylanguage', | ||
author='Henry Fredrick Schreiner III', | ||
author_email='[email protected]', | ||
author='Henry Fredrick Schreiner III, Eduardo Rodrigues', | ||
author_email='[email protected], [email protected]', | ||
maintainer = 'The Scikit-HEP admins', | ||
maintainer_email = '[email protected]', | ||
version = get_version(), | ||
|
@@ -84,7 +84,7 @@ def get_version(): | |
'enum34>=1.1; python_version<"3.4"', | ||
'importlib_resources>=1.0; python_version<"3.7"', | ||
'cachetools; python_version<"3.3"', | ||
'particle>=0.6.0' | ||
'particle==0.6' | ||
], | ||
extras_require=extras, | ||
setup_requires=[] + pytest_runner, | ||
|