summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Add pyupgrade to pre-commit (#5146)Jarrod Millman2021-10-241-1/+1
* Drop Py37 (#5143)Jarrod Millman2021-10-231-4/+3
* Remove default dependencies (#4967)Jarrod Millman2021-07-231-2/+2
* Reorganize minor submodule as subpackage (#4349)Jon Crall2021-03-231-0/+2
* Gallery support for pygraphviz examples (#4464)Ross Barnowski2021-01-041-1/+1
* Simplify version information (#4492)Jarrod Millman2021-01-031-32/+60
* Drop Py3.6 support per NEP 29 (#4469)Jarrod Millman2020-12-171-3/+3
* Populate setup.py requires from requirementsJarrod Millman2020-09-151-16/+11
* Make optional dependencies default on CPythonJarrod Millman2020-09-151-18/+12
* Update dependenciesJarrod Millman2020-08-141-1/+0
* remove f strings from setup.py for clear error message < py3.6 (#3738)Mridul Seth2019-12-081-5/+4
* Remove shebang from non-executablesJarrod Millman2019-11-111-1/+0
* Update examplesJarrod Millman2019-11-111-98/+114
* Remove superfluous encoding informationJarrod Millman2019-11-111-1/+0
* Remove duplicate license parameter (#3710)Drew H2019-11-081-1/+0
* Drop support for Python 3.5Jarrod Millman2019-10-161-3/+3
* Have CIs use pytestJarrod Millman2019-10-121-4/+2
* Load long description from READMEJarrod Millman2019-10-031-1/+4
* Add project_urls to setupJarrod Millman2019-04-061-1/+1
* Ensure that this isn't installed on Python 2.7Jarrod Millman2019-04-041-3/+9
* Update version checkingJarrod Millman2018-11-141-2/+2
* Update docsJarrod Millman2018-08-081-2/+2
* Allow individual extras selection (#3080)Michael Johnson2018-07-231-1/+13
* Add missing files to distribution. (#2955)Haochen Wu2018-05-221-0/+4
* Update setup.py related Networkx test Error #2925 (#2926)Dormir302018-04-271-1/+1
* Add example/README.txt to distribution. (#2950)Haochen Wu2018-04-251-1/+3
* Implement a module for node classification (#2848)Yuto Yamaguchi2018-01-281-0/+2
* Update requirementsJarrod Millman2017-08-121-2/+2
* Update examples in setup.pyJarrod Millman2017-07-171-2/+3
* Remove redundant lineJarrod Millman2017-07-171-1/+0
* Comply with pep8Jarrod Millman2017-07-171-58/+58
* Remove empty external moduleJarrod Millman2017-07-171-1/+0
* Add optional dependenciesMridul Seth2017-03-211-0/+3
* Fixes typo in setup.py: atlas.dat -> atlas.dat.gz.Jeffrey Finkelstein2016-06-061-1/+1
* Include atlas data file in packageJeffrey Finkelstein2016-06-051-1/+1
* Moves chordal package to module.Jeffrey Finkelstein2015-11-171-2/+0
* Revert "Allow external packages to be installed in networkx.addons"Himanshu Mishra2015-07-091-1/+0
* Added networkx.addons in setup.pyHimanshu Mishra2015-06-261-0/+1
* Merge branch 'master' into greedy_colorysitu2014-06-071-2/+2
|\
| * Add detection of Python 2.7+ upon install and importysitu2014-06-061-2/+2
* | Merge branch 'greedy-coloring' of git://github.com/itu-sass-s2014/networkx in...ysitu2014-06-071-0/+2
|\ \ | |/ |/|
| * Fix merge conflict in setup.pyJan Aagaard Meier2014-04-151-1/+1
| |\
| * | first go at implementing the greedy coloring first fit algorithm with maximum...Henrik Haugbølle2014-02-181-0/+2
* | | Merge branch 'master' into setupysitu2014-06-031-6/+3
|\ \ \
| * | | Remove bundled decorator packageysitu2014-06-011-7/+4
| | |/ | |/|
* | | Force use of setuptoolsysitu2014-06-031-7/+1
* | | Remove setup_egg.pyysitu2014-06-031-13/+22
|/ /
* | Include .bz2 files in networkx.algorithm.flowysitu2014-03-241-1/+1
|/
* Add networkx.tree to setup.pychebee7i2013-09-261-2/+4
* Merge pull request #742 from jtorrents/connectivityAric Hagberg2013-01-121-0/+2
|\