Skip to content

Commit

Permalink
Improved structure
Browse files Browse the repository at this point in the history
  • Loading branch information
hot9cups committed Oct 23, 2020
1 parent 7fdc86c commit 3e8b6f5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Prob_Dists_GB/licence.txt → LICENCE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
2 changes: 0 additions & 2 deletions Prob_Dists_GB/setup.cfg

This file was deleted.

3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[metadata]
description-file = README.md
license_files = LICENCE
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
with open(".\README.md", "r") as fh:
with open("README.md", "r") as fh:
long_description = fh.read()

setuptools.setup(
Expand Down

0 comments on commit 3e8b6f5

Please sign in to comment.