Skip to content

Commit

Permalink
Create setup.py and set name to flip: close #9
Browse files Browse the repository at this point in the history
  • Loading branch information
divait committed Aug 5, 2020
1 parent 51306f4 commit a6a72f3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: data_generator
name: flip

channels:
- conda-forge
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["flit", "setuptools"]
build-backend = "flit.buildapi"

[tool.flit.metadata]
module = "data_generator"
module = "flip"
author = "linkedai"
author-email = "diego@linked.ai"
classifiers = ["License :: OSI Approved :: MIT License"]
Expand Down
7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
from setuptools import setup

setup(name='flip',
version='0.1',
description='Synthetic Data',
pakages=['flip'],
zip_safe=False)

0 comments on commit a6a72f3

Please sign in to comment.