Skip to content

Commit

Permalink
🔧 Remove redundancies in setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
francois-rozet committed May 22, 2023
1 parent 5304c08 commit ee7dfc7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@ long_description_content_type = text/markdown
keywords = torch, histogram
author = François Rozet
author_email = francois.rozet@outlook.com
license = MIT License
url = https://github.com/francois-rozet/torchist
classifiers =
Intended Audience :: Developers
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

import setuptools

setuptools.setup()
setuptools.setup(name='torchist')

0 comments on commit ee7dfc7

Please sign in to comment.