Skip to content

Commit

Permalink
PIP setup.cfg #100
Browse files Browse the repository at this point in the history
  • Loading branch information
dpuenteramirez committed Feb 3, 2022
1 parent 9bf8335 commit 142e2d7
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
[metadata]
name = IS-DNX
version = 0.1.3
author = Daniel Puente Ramírez
author_email = dani.pr21@gmail.com
description = Instance Selection.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/dpr1005/Semisupervised-learning-and-instance-selection-methods
project_urls =
Bug Tracker = https://github.com/dpr1005/Semisupervised-learning-and-instance-selection-methods/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Development Status :: 4 - Beta

[options]
package_dir =
= instance_selection
packages = find:
python_requires = >=3.6

[options.packages.find]
where = instance_selection

0 comments on commit 142e2d7

Please sign in to comment.