File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- from setuptools import setup
15+ from setuptools import setup , find_packages
1616setup (
1717 name = 'accloudtant' ,
18- packages = [ 'accloudtant' ] ,
19- version = '0.1.0 ' ,
18+ packages = find_packages () ,
19+ version = '0.1.1 ' ,
2020 description = 'Cloud cost calculation tool' ,
2121 author = 'Ignasi Fosch, Eduardo Bellido Bellido, David Arcos' ,
2222 author_email = 'accloudtant@y10k.ws' ,
2323 url = 'https://github.com/ifosch/accloudtant' ,
24- download_url = 'https://github.com/ifosch/accloudtant/archive/0.1.0 ' ,
24+ download_url = 'https://github.com/ifosch/accloudtant/archive/0.1.1 ' ,
2525 keywords = ['cloud' , 'AWS' , 'costs' ],
2626 classifiers = [
2727 'Development Status :: 5 - Production/Stable' ,
You can’t perform that action at this time.
0 commit comments