File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2020 FergM
3+ Copyright (c) 2020-2021 FergM
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 55
66setuptools .setup (
77 name = "fattails" , # Replace with your own username
8- version = "0.0.1 " ,
8+ version = "0.0.2 " ,
99 author = "FergM" ,
10- description = "A package for fattailed statistics" ,
10+ description = "A package for fat-tailed statistics" ,
1111 long_description = long_description ,
1212 long_description_content_type = "text/markdown" ,
1313 url = "https://github.com/FergM/fattails/" ,
2222 'matplotlib>=3.3.3'
2323 ],
2424 python_requires = '>=3.8.5' ,
25- )
25+ )
You can’t perform that action at this time.
0 commit comments