Skip to content

Commit d0c43c3

Browse files
committed
prep for and send to PyPI
1 parent c793bda commit d0c43c3

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ olddist/*
1313
# virtual environment
1414
# -------------------
1515
venv/
16+
py3env
1617
README_cv.md
1718

1819
# test scripts

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) [2018] [Brian D. Williamson]
3+
Copyright (c) [2018--2020] [Brian D. Williamson]
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
packages=setuptools.find_packages(),
1717
install_requires=[
1818
'numpy',
19-
'scipy'
19+
'scipy',
20+
'scipy.stats'
2021
],
2122
classifiers=(
2223
"Programming Language :: Python :: 3.3",

0 commit comments

Comments
 (0)