Skip to content

Commit

Permalink
Update project metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
RemyLau committed May 2, 2022
1 parent 82acacb commit c91b587
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
File renamed without changes.
25 changes: 21 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,14 +1,31 @@
##########################
# Setup.py Configuration #
##########################
# Configuring setup()
[metadata]
name = pecanpy
version = 2.0.4-dev
author = Remy Liu
author_email = [email protected]
description = A parallelized, efficient, and accelerated node2vec
long_description = file: README.md
long_description_content_type = text/markdown

# Links
url = https://github.com/krishnanlab/PecanPy
project_urls =
Documentation = https://pecanpy.readthedocs.io/

# License
license_files = file: LICENSE
license = BSD 3-Clause License

# Search tags
classifiers =
Development Status :: 5 - Production/Stable
Programming Language :: Python
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3 :: Only
keywords =
Network Embedding

[options]
install_requires =
gensim>=4.1.0
Expand Down

0 comments on commit c91b587

Please sign in to comment.