forked from 626_privacy/tensorflow_privacy
update name for PYPI release
PiperOrigin-RevId: 265069047
This commit is contained in:
parent
0e84af1e69
commit
bb89ba6963
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -11,10 +11,11 @@
|
|||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
"""TensorFlow Privacy library setup file for pip."""
|
||||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
setup(name='privacy',
|
||||
setup(name='tensorflow_privacy',
|
||||
version='0.0.1',
|
||||
url='https://github.com/tensorflow/privacy',
|
||||
license='Apache-2.0',
|
||||
|
|
Loading…
Reference in a new issue