You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: setup.py
+1-64Lines changed: 1 addition & 64 deletions
Original file line number
Diff line number
Diff line change
@@ -12,60 +12,12 @@
12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
-
importitertools
16
15
importos
17
16
18
17
fromcodecsimportopen
19
-
fromos.pathimportdirname, join, realpath
20
18
21
19
fromsetuptoolsimportfind_packages, setup
22
20
23
-
DISTNAME="pymc-extras"
24
-
DESCRIPTION="A home for new additions to PyMC, which may include unusual probability distribitions, advanced model fitting algorithms, or any code that may be inappropriate to include in the pymc repository, but may want to be made available to users."
0 commit comments