aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Ganssle <pganssle@users.noreply.github.com>2018-03-24 10:40:05 -0400
committerGitHub <noreply@github.com>2018-03-24 10:40:05 -0400
commit3e06e8664a941a5875514c6c4640fc6e714cdb7e (patch)
tree39d0684d70c811be33d6eac8b4e900382061fac7
parenta09c9d65bd4a5fbc344593905bf81e175e3539c0 (diff)
parentce9f79aa661f2ea02898e1a2d7526e0500d2a0b6 (diff)
downloaddateutil-3e06e8664a941a5875514c6c4640fc6e714cdb7e.tar.gz
Merge pull request #644 from pganssle/housekeeping
Update license and gitignore
-rw-r--r--.gitignore6
-rw-r--r--setup.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 638e9d5..11b4a9a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,10 +2,16 @@
__pycache__/
*.py[cod]
+
+# Build detritus
build/
dist/
+.eggs
*.egg-info/
+
+# Test detritus
.tox/
+.pytest_cache/
# Autogenerated version information
dateutil/_version.py
diff --git a/setup.py b/setup.py
index b2090be..72c5187 100644
--- a/setup.py
+++ b/setup.py
@@ -35,7 +35,7 @@ setup(name="python-dateutil",
maintainer="Paul Ganssle",
maintainer_email="dateutil@python.org",
url="https://dateutil.readthedocs.io",
- license="Apache 2.0",
+ license="Dual License",
long_description="""
The dateutil module provides powerful extensions to the
datetime module available in the Python standard library.