Skip to content

Commit 871ba4f

Browse files
mimetypesEmpty2k12
authored andcommitted
Fix Crates.io detecting license incorrectly (#14)
1 parent 5ee6d8e commit 871ba4f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Diff for: Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ authors = ["Gero Gerke <[email protected]>"]
55
edition = "2018"
66
description = "InfluxDB Driver for Rust"
77
keywords = ["influxdb", "database", "influx"]
8-
license-file = "LICENSE.md"
8+
license = "MIT"
99
readme = "README.md"
10-
include = ["src/**/*", "tests/**/*", "Cargo.toml", "LICENSE.md"]
10+
include = ["src/**/*", "tests/**/*", "Cargo.toml", "LICENSE"]
1111
repository = "https://github.com/Empty2k12/influxdb-rust"
1212

1313
[badges]

Diff for: LICENSE.md renamed to LICENSE

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
The MIT License
2-
31
Copyright (c) 2019 Gero Gerke https://gero.dev/
42

53
Permission is hereby granted, free of charge, to any person obtaining a copy

0 commit comments

Comments
 (0)