summaryrefslogtreecommitdiff
path: root/MANIFEST.in
Commit message (Collapse)AuthorAgeFilesLines
* Update RELEASING.mdSeth Morton2019-11-191-0/+1
| | | | | | | The content now more closely aligns with the actual natsort release process. Add RELEASING.md to the manifest.
* Move development collateral into a dev/ folderSeth Morton2019-03-031-2/+1
| | | | | | | | | This keeps the root directory cleaner. Dependent files and documentation has been modified to relfect the change. Additionally, the bump.sh file has been updated to force the use of bump2version over bumpversion, and to use a cross-platform sed invokation.
* Update MANIFEST.in with new filesreformat-changelogSeth Morton2019-03-021-2/+2
|
* Remove extra files from sdistSeth M Morton2018-11-181-11/+2
| | | | | | | This was done by shortening the MANIFEST.in. The check-manifest evaluations have been moved from the tox environment "release" to "flake8" so that errors are caught earlier.
* Rename "test_natsort" directory to "tests"Seth M Morton2018-11-181-1/+1
| | | | I think it's clear that the unit tests will be testing natsort...
* s/Pipfile/dev-requirements.txt/ in MANIFEST.inSeth M Morton2018-11-181-1/+1
|
* Update MANIFEST.inSeth M Morton2018-11-181-2/+4
|
* Add *.sh to MANIFEST.in.Seth M Morton2018-05-171-0/+1
|
* src/natsort -> natsort/Seth M Morton2018-05-171-1/+1
| | | | | | | | | | | | | The decision to move to src/natsort was motivated by the desire to force testing on what is actually installed, not on what is currently being developed - users would be required to use virtual environments. For users that did not do this already it was unexpected at the least. It also turns out that by default, tox tests against the installed location instead of the development location, so there was no reason to have made this change in the first place - I had been using tox incorrectly previously.
* Add bumpversion infrastructure.Seth M Morton2018-05-131-0/+1
|
* Move package to src/natsort.Seth M Morton2018-05-121-7/+5
| | | | | This makes it more clear during testing that the actual code that is installed is being tested, and not the package in the development area.
* Update MANIFEST.inSeth Morton2017-11-111-0/+2
|
* Cleaned up MANIFEST to make errors less likely.Seth M Morton2015-06-271-28/+8
|
* Fixed missing compat on install.Seth M Morton2015-06-251-2/+11
|
* Included new files in MANIFEST.in.Seth M Morton2015-06-241-2/+5
|
* Fixed grammar mistakes in documentation.Seth M Morton2015-05-181-0/+1
|
* Updated MANIFEST.in.Seth M Morton2015-04-021-0/+2
|
* Upped version, final fixes.Seth M Morton2014-09-021-0/+3
|
* Added fake_fastnumbers.py to MANIFEST.in.Seth M Morton2014-08-151-0/+1
|
* Added docs and all tests to MANIFEST.in.Seth M Morton2014-07-281-1/+4
|
* Natsort version 3.3.0 release.3.3.0Seth M Morton2014-06-281-0/+2
| | | | | | | | | | | | | | | This release provides the following updates: - Added a 'versorted' method for more convenient sorting of versions. - Updated command-line tool --number_type option with 'version' and 'ver' to make it more clear how to sort version numbers. - Moved unit-testing mechanism from being docstring-based to actual unit tests in actual functions. - This has provided the ability determine the coverage of the unit tests (99%). - This also makes the pydoc documentation a bit more clear. - Made docstrings for public functions mirror the README API. - Connected natsort development to Travis-CI to help ensure quality releases.
* Now ignoring __pycache__ in MANIFEST.inSeth M Morton2014-05-071-1/+2
|
* Bumped version numberSeth M Morton2014-05-051-0/+1
| | | | Added to changes to change log and also updated MANIFEST.
* Added py23compat.py to the manifestSeth M Morton2014-01-191-0/+1
|
* Removed distribute_setupSeth M Morton2013-10-261-1/+0
|
* Removed main.py from MANIFESTSeth M Morton2012-12-051-1/+0
|
* Added new files to MANIFESTSeth M Morton2012-12-051-2/+5
|
* Switched from ez_setup to distribute_setupSeth M Morton2012-12-011-1/+1
|
* Added ez_setup.pySeth M Morton2012-11-301-0/+1
|
* Renamed scripts folder to bin, and added doctests to the natsort.py fileSeth M Morton2012-11-211-1/+1
| | | | itself
* Switched README to README.rts in MANIFEST.in, and added LICENSESeth M Morton2012-11-161-1/+2
|
* Switched from MANIFEST.in from MANIFESTSeth M Morton2012-08-051-0/+4
--HG-- rename : MANIFEST => MANIFEST.in