facebookresearch / NeuralCompression

A collection of tools for neural compression enthusiasts.
MIT License
502 stars 44 forks source link

remove metadata from __init__.py #168

Closed 0x00b1 closed 2 years ago

0x00b1 commented 2 years ago

Changes

The metadata special variables from neuralcompression.__init__ were removed.

This metadata was not currently used and is now available from setup.cfg

mmuckley commented 2 years ago

Hello @0x00b1, I don't see the version in setup.cfg. Where does the package get the version from?

0x00b1 commented 2 years ago

@mmuckley setuptools_scm creates a version module and puts it in your root package.