adding MANIFEST.in (#358)

* adding MANIFEST.in

* uprev
This commit is contained in:
Samuel Colvin
2019-01-17 20:59:58 +00:00
committed by GitHub
parent 145f04cb5d
commit 8cb3557aec
4 changed files with 8 additions and 4 deletions
+3 -2
View File
@@ -3,9 +3,10 @@
History
-------
v0.19.0 (2019-XX-XX)
v0.18.1 (2019-01-17)
....................
* add ``ConstrainedBytes`` and ``conbytes`` types #315 @Gr1N
* add ``ConstrainedBytes`` and ``conbytes`` types, #315 @Gr1N
* adding ``MANIFEST.in`` to include license in package ``.tar.gz``, #358 by @samuelcolvin
v0.18.0 (2019-01-13)
....................
+1 -1
View File
@@ -1,6 +1,6 @@
The MIT License (MIT)
Copyright (c) 2017, 2018 Samuel Colvin
Copyright (c) 2017, 2018, 2019 Samuel Colvin and other contributors
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
+3
View File
@@ -0,0 +1,3 @@
include LICENSE
include README.rst
include HISTORY.rst
+1 -1
View File
@@ -2,4 +2,4 @@ from distutils.version import StrictVersion
__all__ = ['VERSION']
VERSION = StrictVersion('0.18')
VERSION = StrictVersion('0.18.1')