summaryrefslogtreecommitdiff
path: root/MANIFEST.in
Commit message (Collapse)AuthorAgeFilesLines
* Add DeclarativeMeta to globalsMike Bayer2021-03-311-1/+1
| | | | | | | | | | | | | | | | Fixed issue in mypy plugin where newly added support for :func:`_orm.as_declarative` needed to more fully add the ``DeclarativeMeta`` class to the mypy interpreter's state so that it does not result in a name not found error; additionally improves how global names are setup for the plugin including the ``Mapped`` name. Introduces directory oriented testing as well, where a full set of files will be copied, mypy runs, then zero or more patches are applied and mypy is run again, to fully test incremental behaviors. Fixes: sqlalchemy/sqlalchemy2-stubs/#14 Change-Id: Ide785c07e19ba0694e8cf6f91560094ecb182016
* Remove pyproject.toml from distributionMike Bayer2020-03-211-0/+4
| | | | | | | | | | | | | | | SQLAlchemy does not want to opt-in to pep-517 at this time as this would require a custom build backend interface which we have not built yet, and the standard is not widely adopted at this time in any case. Per [1] [2], the presence of this file indicates a positive opt-in to pep-517, so it must be omitted from source distributions. [1] https://pip.pypa.io/en/stable/reference/pip/#pep-517-and-518-support [2] https://www.python.org/dev/peps/pep-0517/#id5 Fixes: #5207 Change-Id: If8d26a9edf942047920d273d8be778df7a018b3e
* Remove sqla_nose.py from MANIFEST.inMike Bayer2019-04-231-1/+1
| | | | | | | | Removed errant "sqla_nose.py" symbol from MANIFEST.in which created an undesirable warning message. Fixes: #4625 Change-Id: I3784e82847d2ebfdd967dd9e2ab628d0ae5f415f
* Omit include of no longer existing filesMichael Howitz2018-12-201-2/+2
| | | | | | | | | | | | | | | | | | | | | Warnings are generated during setup.py install such as: ``` Getting distribution for 'SQLAlchemy==1.2.15'. warning: no files found matching '*.jpg' under directory 'doc' warning: no files found matching '*.mako' under directory 'doc' warning: no files found matching 'distribute_setup.py' warning: no files found matching 'sa2to3.py' warning: no files found matching 'ez_setup.py' ``` This change removes those expressions from MANIFEST.in. Closes: #4408 Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/4408 Pull-request-sha: 448b3a9dc8f25d841f20bcd67130acaea68cb745 Change-Id: Id6373611fb384e230427f87b9e75672d78483000
* - include tox.ini in the dist...Mike Bayer2015-06-071-1/+1
|
* forgot authors!!Mike Bayer2013-12-081-1/+1
|
* include .pngsMike Bayer2010-03-201-1/+1
|
* distutils choked on the trailing slash on the lib directory in the manifest.Brad Allen2010-03-071-1/+1
|
* the mercurial extension seems to not work in py3k and also I don'tMike Bayer2010-03-071-1/+12
| | | | | like its usage during build/install. going with the manual approach for the moment.
* include .jpg in recursive docMike Bayer2009-12-261-2/+2
|
* - removed 2.3 compat stuffMike Bayer2009-01-061-2/+2
| | | | - updated MANIFEST for the newer build
* (no commit message)Mike Bayer2005-11-051-0/+2